summaryrefslogtreecommitdiff
path: root/demo/readme.txt
blob: 5ae8bdc90a35ffec1369c145d4201749399675e8 (plain)
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
This is a convenience package to test gstudio.
https://github.com/gnowgi/django-gstudio

1. download git://github.com/gnowgi/django-gstudio.git

2. cd to django-gstudio directory

3. do: sudo python setup.py install
   this will install all the requirements for running gstudio

4. download demo package: if you are reading this file, you already
   have it.

5. cd to demo directory

6. do: python manage.py validate
       python manage.py syncdb
       python manage.py runserver

7. point your browser to http://localhost:8000 

8. enjoy! test and report issues at https://github.com/gnowgi/django-gstudio