chmod 660 /etc/ais/config
see config.SAMPLE
-= Apache setup
-==============
-adduser www-data ais
-
-change apache umask in /etc/apache2/envvars from 022 to 002 so that new folders are group writables
+= Postgres setup
+================
+createuser ais
+ALTER USER ais PASSWORD '...';
+modify user
+createdb ais -O ais
+psql ais -h localhost -U ais -f structure.sql
= Python module setup
=====================
find /usr/share/pyshared/ais/ -name *.py > /usr/share/python-support/ais.public
update-python-modules /usr/share/python-support/ais.public
-= Postgres setup
-================
+= Real time acquisition
+=======================
+python -m ais.inputs.run --db
-createuser ais
-ALTER USER ais PASSWORD '...';
-modify user
-createdb ais -O ais
-psql ais -h localhost -U ais -f structure.sql
+= Apache setup
+==============
+adduser www-data ais
+change apache umask in /etc/apache2/envvars from 022 to 002 so that new folders are group writables