Go to file
Paul Liverman III e6128a063a add ReadMe
2018-04-24 10:02:08 -07:00
applications mk test error more clearly a test 2018-04-24 07:06:29 -07:00
locator Merge commit '9ef588eb0e568ff298c8c15140b83007d5269bae' as 'locator' 2018-04-23 05:01:33 -07:00
models stop deleting key-increment repeatedly 2018-04-24 07:00:01 -07:00
static typo corrections 2018-04-24 06:27:57 -07:00
utility Merge commit 'a9dc73a68207553429e9441f74b7123261e97990' as 'utility' 2018-04-23 05:52:56 -07:00
views/index corrected SSL error 2018-04-24 06:23:46 -07:00
.gitignore added secret/config files to gitignore 2018-04-24 06:51:48 -07:00
app.moon specify order for getting keys/tasks 2018-04-24 06:29:05 -07:00
config.moon skeleton ready to try to activate 2018-04-23 05:22:27 -07:00
install.sh fix #7 apt-get update before prerequisite check 2018-04-24 09:38:09 -07:00
locator_config.moon init 2018-04-23 05:00:42 -07:00
locator.moon init 2018-04-23 05:00:42 -07:00
migrations.moon stop deleting key-increment repeatedly 2018-04-24 07:00:01 -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 add ReadMe 2018-04-24 10:02:08 -07:00

Simplex

An extremely simple task management API.

Installation

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.