diff options
author | Nirbheek Chauhan <nirbheek.chauhan@gmail.com> | 2008-09-03 16:24:24 +0530 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek.chauhan@gmail.com> | 2008-09-03 16:24:24 +0530 |
commit | fc39da630db7a4258d1bf281377ab1ad73849bfc (patch) | |
tree | 7223f11cde0528014c21cc758f6415149a496927 | |
parent | Fix jobtage syncing during db init for remote repos (diff) | |
download | autotua-fc39da630db7a4258d1bf281377ab1ad73849bfc.tar.gz autotua-fc39da630db7a4258d1bf281377ab1ad73849bfc.tar.bz2 autotua-fc39da630db7a4258d1bf281377ab1ad73849bfc.zip |
Add a README for the master
-rw-r--r-- | master/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/master/README b/master/README new file mode 100644 index 0000000..505d243 --- /dev/null +++ b/master/README @@ -0,0 +1,6 @@ +- You will need django-1.0 (alpha or trunk) + * You will also need python-2.5 with sqlite3 support or the proper python modules + for the database type you set in settings.py +- Execute setup-master.py to setup the master +- If you do not have the autotua-slave installed, you will have to point the + PYTHONPATH variable to the autotua-slave directory |