diff options
author | Prabhu Ramachandran | 2011-11-08 02:16:21 +0530 |
---|---|---|
committer | Prabhu Ramachandran | 2011-11-08 02:16:21 +0530 |
commit | d8c85c964bbb581fee492412aa30c4980af5c382 (patch) | |
tree | e4784e10b453e70facd601405f920f3649977182 /README.txt | |
parent | 6cf3b7336d07aac3acffc16f95ac8cdf5bb0bc97 (diff) | |
download | online_test-d8c85c964bbb581fee492412aa30c4980af5c382.tar.gz online_test-d8c85c964bbb581fee492412aa30c4980af5c382.tar.bz2 online_test-d8c85c964bbb581fee492412aa30c4980af5c382.zip |
Adding readme.
Diffstat (limited to 'README.txt')
-rw-r--r-- | README.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..e2612fa --- /dev/null +++ b/README.txt @@ -0,0 +1,15 @@ +To install/deploy this app follow the steps below: + + 1. Clone this repository. + 2. cd to the cloned repo. + 3. Run $ python manage.py syncdb + [ enter password etc.] + 4. Run $ python manage.py runserver <desired_ip>:<desired_port> + 5. Go to http://server_ip:server_port/admin + 6. Login with your credentials and add questions to the database. + 7. Now ask users to login at: + http://server_ip:server_port/exam + + And you should be all set. + + |