diff options
-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 |