Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 350 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 350 Bytes

ka-lite-server

The package configures nginx and uwsgi for KA Lite Webserver. It requires nginx and uwsgi to be installed via apt-get.

To build the deb file, install the devscripts package and run the ./build_deb_file.sh command.

After building and install deb file, run :

sudo service nginx restart sudo service kalite restart