diff options
author | Joachim Tingvold <joachim@tingvold.com> | 2015-09-27 17:51:32 +0200 |
---|---|---|
committer | Joachim Tingvold <joachim@tingvold.com> | 2015-09-27 17:51:32 +0200 |
commit | 39726f28fac37061224f11235973bae9a6b0509a (patch) | |
tree | 4b9220bef3904ef5be5a28bdab3784659bb73e18 | |
parent | 69c2a79d47aae8c6710a53fafa6e4a1f194c0418 (diff) |
FAP-setup
-rwxr-xr-x | fap/README.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/fap/README.md b/fap/README.md index f41e879..c8278f5 100755 --- a/fap/README.md +++ b/fap/README.md @@ -11,6 +11,11 @@ Licensed under the GNU GPL, version 2. See the included COPYING file. ## Usage Launch the python scripts for fap from tgmanage directory. + apt-get install apache2 php5 python3 python3-psycopg2 php5-pgsql + a2enmod cgi + a2enmod rewrite + + ### HTTPD j@lappie:~/git/tgmanage$ sudo python3 fap/httpd/server_http.py |