view INSTALL.md @ 28:367ff392ae62

misc: added signature for changeset 34da05319353
author David Demelier <markand@malikania.fr>
date Fri, 07 Feb 2020 13:45:23 +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