summaryrefslogtreecommitdiff
path: root/demo/readme.txt
diff options
context:
space:
mode:
authorgnowgi <nagarjun@gnowledge.org>2012-03-15 16:19:20 +0530
committergnowgi <nagarjun@gnowledge.org>2012-03-15 16:19:20 +0530
commit7a4f561e851fdc7246d804c3abb6748b8a4199a6 (patch)
treed2afc3463fd49625a9be482012f5c3bfcf7c42b9 /demo/readme.txt
downloadgnowsys-7a4f561e851fdc7246d804c3abb6748b8a4199a6.tar.gz
master trunk of gnowsys-studio
Diffstat (limited to 'demo/readme.txt')
-rw-r--r--demo/readme.txt25
1 files changed, 25 insertions, 0 deletions
diff --git a/demo/readme.txt b/demo/readme.txt
new file mode 100644
index 0000000..5ae8bdc
--- /dev/null
+++ b/demo/readme.txt
@@ -0,0 +1,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
+
+
+