Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 676 Bytes

File metadata and controls

30 lines (20 loc) · 676 Bytes

chattr

A fork of https://github.com/philipkorsika/chattr

This version removes the need for JavaScript!

(note that it still uses CSS for aesthetics, but it's not necessary for the functionality, and would work without it)

Install

Requires Python and Python dev-tools, and pip installed

e.g. On Ubuntu 15.10 :

$ python -V
=> Python 2.7.10
$ sudo apt-get install python2.7-dev python-pip

Install bottle and gevent, then start the server.

$ pip install --user bottle gevent
$ python server.py

Browse to localhost:9092