view INSTALL.md @ 38:48834441dc86

pasterd: generate smaller identifiers, closes #2480 @1h
author David Demelier <markand@malikania.fr>
date Wed, 12 Feb 2020 20:55:00 +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