|
5 years ago | |
---|---|---|
applications | 5 years ago | |
experimental | 5 years ago | |
helpers | 5 years ago | |
layouts | 5 years ago | |
locator | 5 years ago | |
models | 5 years ago | |
static | 5 years ago | |
utility | 5 years ago | |
views | 5 years ago | |
.gitignore | 5 years ago | |
ReadMe.md | 5 years ago | |
api notes | 5 years ago | |
app.moon | 5 years ago | |
config.moon | 5 years ago | |
install.sh | 5 years ago | |
locator.moon | 5 years ago | |
locator_config.moon | 5 years ago | |
migrations.moon | 5 years ago | |
mime.types | 5 years ago | |
models.moon | 5 years ago | |
nginx.conf | 5 years ago |
An extremely simple task management API.
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.