No Description
Paul Liverman III c28c4a00b7 rename api helper 5 years ago
applications rename api helper 5 years ago
experimental CSS should FINALLY FUNCTION 5 years ago
helpers rename api helper 5 years ago
layouts fixed minor inconsistency in main layout 5 years ago
locator Merge commit '9ef588eb0e' as 'locator' 6 years ago
models Squashed 'applications/githook/' content from commit 853c905 5 years ago
static CSS should FINALLY FUNCTION 5 years ago
utility Merge commit 'a9dc73a682' as 'utility' 6 years ago
views Squashed 'applications/githook/' content from commit 853c905 5 years ago
.gitignore Squashed 'applications/githook/' content from commit 853c905 5 years ago
ReadMe.md Squashed 'applications/githook/' content from commit 853c905 5 years ago
api notes notes 5 years ago
app.moon configs updated for githook 5 years ago
config.moon rm old comment 6 years ago
install.sh fix #7 apt-get update before prerequisite check 6 years ago
locator.moon init 6 years ago
locator_config.moon configs updated for githook 5 years ago
migrations.moon Squashed 'applications/githook/' content from commit 853c905 5 years ago
mime.types defaults from lapis new 6 years ago
models.moon init 6 years ago
nginx.conf remove logging to stderr 6 years ago

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.