Go to file
2018-04-25 08:25:54 -07:00
applications more err handling, api docs nearly finished 2018-04-24 23:19:42 -07:00
experimental ui stuff 2018-04-24 20:46:11 -07:00
helpers better error handling 2018-04-24 17:55:38 -07:00
layouts trying diff code style 2018-04-24 22:42:07 -07:00
locator Merge commit '9ef588eb0e568ff298c8c15140b83007d5269bae' as 'locator' 2018-04-23 05:01:33 -07:00
models APIKeys set to length of 32 characters 2018-04-24 15:02:27 -07:00
static notes, links, err fix 2018-04-24 21:00:29 -07:00
utility Merge commit 'a9dc73a68207553429e9441f74b7123261e97990' as 'utility' 2018-04-23 05:52:56 -07:00
views some "about the future" docs stuff 2018-04-25 08:25:54 -07:00
.gitignore added secret/config files to gitignore 2018-04-24 06:51:48 -07:00
app.moon api docs started, minor refactoring 2018-04-24 22:02:41 -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 corrected invalid import 2018-04-24 17:31:19 -07:00
locator.moon init 2018-04-23 05:00:42 -07:00
migrations.moon deleting tasks should be possible 2018-04-24 19:44: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 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.