A knowledge management system for the next 30 years. Developed at git.indy.io for my own use and mirrored on Github in case anyone wants to use it.
rename .env.example to .env and update it for your environment. The database tables can be created by running the misc/schema.psql file into a Postgres database.
$ make run
$ make wasm
$ make release
The dist directory will contain the release build
$ make upload
- A modern (for c.2020) web-browser
- PostgreSQL
- Rust
- Make
- (Optional) Minify (https://github.com/tdewolff/minify)
install minify:
$ sudo apt install minify
if the minify binary is not installed on the build system then the unminified assets will be used