Go to file
2018-05-01 18:33:01 -07:00
applications finish doing what the last commit started 2018-05-01 17:23:41 -07:00
experimental CSS should FINALLY FUNCTION 2018-05-01 17:35:00 -07:00
helpers new API features, better API structure, bug fixes w /get /do /undo 2018-05-01 17:15:46 -07:00
layouts fixed button layout 2018-05-01 16:55:25 -07:00
locator Merge commit '9ef588eb0e568ff298c8c15140b83007d5269bae' as 'locator' 2018-04-23 05:01:33 -07:00
models new API features, better API structure, bug fixes w /get /do /undo 2018-05-01 17:15:46 -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 v1 docs done for now 2018-05-01 18:33:01 -07:00
.gitignore added secret/config files to gitignore 2018-04-24 06:51:48 -07:00
app.moon correct error w web interface 2018-05-01 17:24:43 -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 corrected invalid import 2018-04-24 17:31:19 -07:00
locator.moon init 2018-04-23 05:00:42 -07:00
migrations.moon new API features, better API structure, bug fixes w /get /do /undo 2018-05-01 17:15:46 -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 upd install instructions 2018-04-25 13:42:05 -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.