Git Product home page Git Product logo

shyba / pixelated-user-agent Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pixelated/pixelated-user-agent

0.0 2.0 0.0 2.45 MB

User facing components of Pixelated: a JavaScript single page app and a RESTful service.

License: GNU Affero General Public License v3.0

Shell 1.86% Puppet 0.73% Python 41.51% HTML 1.24% JavaScript 47.66% Gherkin 0.79% Makefile 0.14% CSS 4.62% Handlebars 1.26% Ruby 0.20%

pixelated-user-agent's Introduction

Pixelated User Agent

Build Status

The Pixelated User Agent is the mail client of the Pixelated ecosystem, it is composed of two parts, a web interface written in javascript and an API written in python that glues that interface with the Pixelated or LEAP Provider.

Pixelated is still in early development state!

High level architecture User Agent

Getting started

Registering with a provider

  • You can create a developer account at our Dev Provider.
  • There are some other LEAP providers on the Bitmask page, but they don't support email currently.
  • If you want to run your own provider, see pixelated-platform.

Requirements

  • vagrant
  • virtualbox

Clone the repository:

git clone https://github.com/pixelated-project/pixelated-user-agent.git
cd pixelated-user-agent

From the project root folder, set up the vagrant machine:

vagrant up source

You can log into the machine and view project root folder with:

vagrant ssh

From here on you can run the tests for the UI by going to the web-ui folder or for the API by going to the service folder:

cd /vagrant/web-ui
./go test

cd /vagrant/service
./go test

Running the user agent:

$ pixelated-user-agent --host 0.0.0.0
> 2015-01-23 11:18:07+0100 [-] Log opened.
> 2015-01-23 11:18:07+0100 [-] Which provider do you want to connect to:
dev.pixelated-project.org
> 2015-01-23 11:18:52+0100 [-] What's your username registered on the provider:
username
> Type your password:
*******************

As soon as the agent starts you will be asked for username, password and the provider you registered with.

Now you can see it running on http://localhost:3333

##Debian package

For people that just want to try the user agent, we have debian packages available in our repository. To use it you have to add it to your sources list:

echo "deb http://packages.pixelated-project.org/debian wheezy-snapshots main" > /etc/apt/sources.list.d/pixelated.list
echo "deb http://packages.pixelated-project.org/debian wheezy-backports main" >> /etc/apt/sources.list.d/pixelated.list
echo "deb http://packages.pixelated-project.org/debian wheezy main" >> /etc/apt/sources.list.d/pixelated.list

apt-key adv --keyserver pool.sks-keyservers.net --recv-key 287A1542472DC0E3

apt-get update

apt-get install pixelated-user-agent

pixelated-user-agent's People

Contributors

ackackack avatar albogabriel avatar birgitta410 avatar bwagnerr avatar ckluente avatar dudadornelles avatar fabiopio avatar fbernitt avatar gutobenn avatar lieblingswelt avatar lisajunger avatar lqust avatar mmircea16 avatar neissi avatar olabini avatar pedrovereza avatar pixelated-kanban avatar pmaia avatar rafaelzlisboa avatar shyba avatar simnyatsanga avatar tiagoferraz avatar varac avatar vicentedasilva avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.