Mercurial > imgup
view INSTALL.md @ 10:2b287a04aef4
misc: added signature for changeset d93f2b9b2740
author | David Demelier <markand@malikania.fr> |
---|---|
date | Thu, 26 Nov 2020 19:18:56 +0100 |
parents | 1cf90affaa33 |
children |
line wrap: on
line source
imgup INSTALL ============= Installation instructions. Requirements ------------ - [kcgi][], minimal CGI/FastCGI library for C, - [sqlite][], most used database in the world, - [curl][], (Optional) only for `imgup(8)` client. Basic installation ------------------ Quick install. $ tar xvzf imgup-x.y.z-tar.xz $ cd imgup-x.y.z $ make # sudo make install To only install the web application: $ make imgupd # make install-imgupd To only install the client: $ make imgup # make install-imgup [curl]: https://curl.haxx.se [kcgi]: https://kristaps.bsd.lv/kcgi [sqlite]: https://www.sqlite.org