Mercurial > paster
view INSTALL.md @ 27:34da05319353
misc: added tag 0.1.0 for changeset 6a45977c82b4
author | David Demelier <markand@malikania.fr> |
---|---|
date | Fri, 07 Feb 2020 13:45:18 +0100 |
parents | 32b063f6bb2c |
children | 6792975da9a0 |
line wrap: on
line source
paster INSTALL ============== Installation instructions. Requirements ------------ - [kcgi][], minimal CGI/FastCGI library for C, - [sqlite][], most used database in the world, - [curl][], (Optional) only for `paster(8)` client. Basic installation ------------------ Quick install. $ tar xvzf paster-x.y.z-tar.xz $ cd paster-x.y.z $ make # sudo make install To only install the web application: $ make pasterd # make install-pasterd To only install the client: $ make paster # make install-paster [curl]: https://curl.haxx.se [kcgi]: https://kristaps.bsd.lv/kcgi [sqlite]: https://www.sqlite.org