aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'docs/setup.txt')
-rw-r--r--docs/setup.txt48
1 files changed, 0 insertions, 48 deletions
diff --git a/docs/setup.txt b/docs/setup.txt
deleted file mode 100644
index ef2cc35..0000000
--- a/docs/setup.txt
+++ /dev/null
@@ -1,48 +0,0 @@
-
-Gentoostats
-===========
-
-Server
-======
-Dependencies
-------------
-dev-db/mysql
-dev-python/mysql-python
-dev-python/webpy
-=dev-lang/python-2.*
-
-Instructions
-------------
-* Start the mysql server
-* Execute server/sql/setup.sql as mysql root user
-
- mysql -u root -p < server/sql/setup.sql
-
-* Execute server/sql/init.sql as user gentoo, password gentoo
-
- mysql -u gentoo -p < server/sql/init.sql
-
-* Start the main.py script, either from the server/ directory or
- by exporting PYTHONPATH
-
- export PYTHONPATH=server/
- server/main.py
-
-
-Client
-======
-Dependencies
-------------
-=dev-lang/python-2.*
-app-portage/gentoolkit
-
-Instructions
-------------
-* Set host uuid and password in client/bin/client
-* Execute client/bin/client as root or some user in portage group
-
- export PYTHONPATH=client/
- client/bin/client
-
-
-P.S. All paths are relative to source directory