Source repository for the Loclathon's website.
- apache >= 2
- php >= 5
- php-sqlite
- sqlite3
cat api/database.sql | sqlite3 api/database.db
# Add write persmission to 'api' and the database.
chmod 774 ./api
chmod 774 ./api/database.db
cp api/config.example.php api/config.php
nano api/config.php
chown http:http -R . # Or www-data.