FreedomBox/INSTALL
Bob Girard a502da63d5 Add test coverage measurement and reporting
- Implement coverage functionality as a setuptools Command subclass
  (in plinth/tests/coverage/test_coverage.py)
- Register the new 'test_coverage' command in setup.py
- Modify the INSTALL file to specify python3-coverage as a new dependency
- Modify the HACKING file to document the new 'test_coverage' command
- Have git (via .gitignore) ignore the '.coverage' output data file and
  the contents of the 'plinth/tests/coverage/report' directory
2014-12-06 18:14:42 +05:30

26 lines
564 B
Plaintext

# Installing Plinth
1. Install the dependencies:
On a Debian based system, run:
$ sudo apt-get install libjs-jquery libjs-modernizr \
libjs-bootstrap make pandoc python3 python3-cherrypy3 \
python3-coverage python3-django python3-bootstrapform \
python3-setuptools
2. Install Plinth:
Unzip the source into a directory. Change to the directory containing the
program and run:
$ sudo python3 setup.py install
3. Run Plinth:
$ sudo plinth
4. Access Plinth UI:
Plinth UI should be accessible at http://localhost:8000