Go to file
2018-04-24 15:02:13 -07:00
applications comments 2018-04-24 10:02:51 -07:00
layouts collapsible api keys 2018-04-24 10:20:50 -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 cleaning up JS/CSS 2018-04-24 15:02:13 -07:00
utility Merge commit 'a9dc73a68207553429e9441f74b7123261e97990' as 'utility' 2018-04-23 05:52:56 -07:00
views/index better styling 2018-04-24 10:26:17 -07:00
.gitignore added secret/config files to gitignore 2018-04-24 06:51:48 -07:00
app.moon Milligram CSS framework + default layout 2018-04-24 10:02:39 -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.