applications | ||
experimental | ||
helpers | ||
layouts | ||
locator | ||
models | ||
static | ||
utility | ||
views | ||
.gitignore | ||
api notes | ||
app.moon | ||
config.moon | ||
install.sh | ||
locator_config.moon | ||
locator.moon | ||
migrations.moon | ||
mime.types | ||
models.moon | ||
nginx.conf | ||
ReadMe.md |
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.