geoenvo / jaksafe-engine

GNU General Public License v2.0
0 stars 0 forks source link

README

31 March 2022: refer to updated Ubuntu Server 18.04 deployment guide

Deploying JakSAFE webapp on Ubuntu 14.04

Install base libraries and virtualenv (Python Virtual Environment)

Install MySQL database server

Create a new virtualenv and pull the source code from the JakSAFE repo

Install the Python package requirements in the virtualenv

Sync the JakSAFE webapp database

Run the JakSAFE SQL script to create the required tables

Configure JakSERVICE repo

Optional: install phpMyAdmin for managing the MySQL database

Run the web server

Set the web server to always run on server startup

Done!