Statistics
| Branch: | Tag: | Revision:

root / README @ e45948fc

History | View | Annotate | Download (557 Bytes)

1
Synnefo
2
=======
3

    
4
Contents
5
--------
6
ui.pyramids/    The old version of the app in pyramids
7
ui/             The new, django app, version
8

    
9

    
10
Installation
11
------------
12
    $ sudo easy_install virtualenv
13
    ....
14
    $ virtualenv some_env --no-site-packages
15
    ...
16
    $ cd some_env
17
    $ ./bin/easy_install django django-piston
18
    ...
19
    $ git clone https://user@code.grnet.gr/git/synnefo ./synnefo
20
    ...
21
    $ cd synnefo
22
    $ cp settings.py.dist settings.py
23
    $ ../bin/python manage.py runserver
24

    
25
    Attention! The project folder MUST be named synnefo