~ricardokirkner/locolander/celery-tasks

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
==========
LocoLander
==========

.. image::- locolander/locolanderweb/media/locolander.png


Installing
==========

As redis cannot be installed in a virtualenv, you'll need to install it from
the system packages
::

    sudo apt-get install redis-server

Everything else can be installed in a virtualenv
::

    sudo apt-get install fabric
    fab bootstrap


Running
=======

Once everything is installed, you can start the full stack easily
::

    fab start_supervisor


Developing
==========

In order to run the tests, you can just do
::

    fab test