Skip to content

surak/fastcups

 
 

Repository files navigation

Installation

Execute pip install -r requirements.txt in the root of the repository.

In production increase the open file limit by running ulimit -n 1000000 and verify by executing ulimit -a (one new connection == one new open file).

Running the server

Execute python fastcups.py in the root of the repository. You can also use the provided install_as_a_systemd_service.sh script to install fastcups as a systemd service along with a set of complementary functionality.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 49.5%
  • Python 26.8%
  • Shell 16.9%
  • CSS 6.8%