Go to file
2018-05-11 14:12:44 -07:00
applications rename api helper 2018-05-11 14:12:44 -07:00
experimental CSS should FINALLY FUNCTION 2018-05-01 17:35:00 -07:00
helpers rename api helper 2018-05-11 14:12:44 -07:00
layouts fixed minor inconsistency in main layout 2018-05-01 18:59:46 -07:00
locator Merge commit '9ef588eb0e568ff298c8c15140b83007d5269bae' as 'locator' 2018-04-23 05:01:33 -07:00
models Squashed 'applications/githook/' content from commit 853c905 2018-05-11 13:51:27 -07:00
static CSS should FINALLY FUNCTION 2018-05-01 17:35:00 -07:00
utility Merge commit 'a9dc73a68207553429e9441f74b7123261e97990' as 'utility' 2018-04-23 05:52:56 -07:00
views Squashed 'applications/githook/' content from commit 853c905 2018-05-11 13:51:27 -07:00
.gitignore Squashed 'applications/githook/' content from commit 853c905 2018-05-11 13:51:27 -07:00
api notes notes 2018-05-01 21:36:00 -07:00
app.moon configs updated for githook 2018-05-11 13:55:52 -07:00
config.moon rm old comment 2018-04-26 19:28:15 -07:00
install.sh fix #7 apt-get update before prerequisite check 2018-04-24 09:38:09 -07:00
locator_config.moon configs updated for githook 2018-05-11 13:55:52 -07:00
locator.moon init 2018-04-23 05:00:42 -07:00
migrations.moon Squashed 'applications/githook/' content from commit 853c905 2018-05-11 13:51:27 -07:00
mime.types defaults from lapis new 2018-04-23 05:02:59 -07:00
models.moon init 2018-04-23 05:00:42 -07:00
nginx.conf remove logging to stderr 2018-04-24 06:54:56 -07:00
ReadMe.md Squashed 'applications/githook/' content from commit 853c905 2018-05-11 13:51:27 -07:00

Simplex

An extremely simple task management API.

Installation

NOTE: The install script assumes you have sudo access, and that the server will be run by user www-data.

For development, simply run ./install.sh dev. This will install necessary prerequisites. Run lapis server production to start the server and lapis term to stop it.

For production, make sure a domain name is pointed at the server's IP address, then run ./install.sh. This will install the necessary prerequisites and start the server as a service.