12 Commits

Author SHA1 Message Date
Sunil Mohan Adapa
78fb03f9cc doc: Update HACKING file
- Add submission information

- Remove dependencies list. It does not add much value and it is
  difficult to maintain this list up-to-date whenever a new dependency
  gets added.

- Update information about building docs
2015-09-27 09:49:45 -04:00
Sunil Mohan Adapa
4bddc70ce0 diagnostics: Add external dependency on psutil 2015-08-29 06:22:01 -04:00
Sunil Mohan Adapa
9be829342e Add augeas-tools and ldapscripts as dependency 2015-07-26 16:33:06 -04:00
Sunil Mohan Adapa
517c364559 pagekite: Move to using python3-augeas
- Merge actions/pagekite_util.py into plinth/modules/pagekite/util.py.

- Rename plinth/modules/pagekite/util.py to utils.py.

- Add python-augeus as dependency.

- Move actions/util.py to plinth/action_utils.py and update services
  that use it.

- Rename _run() method to run() as it is being used publicly.

- Import the utils in a more conventional manner.

- Move all python2 bits to python3.
2015-07-19 15:37:43 -04:00
Sunil Mohan Adapa
124656b5ba Add django-stronghold as dependency 2015-07-01 21:43:07 +05:30
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
Sunil Mohan Adapa
22def21d6b Update documentation with Python3 dependency information 2014-10-04 13:41:27 +05:30
fonfon
dde2614beb use ./run instead of bin/plinth now for non-installed development 2014-09-11 15:34:35 +02:00
fonfon
43a614fca5 plinth should be run via './bin/plinth' now 2014-09-11 12:23:52 +02:00
fonfon
7bb9c84863 Fixed ImportError when running plinth as daemonized python package 2014-09-03 04:43:08 +02:00
Sunil Mohan Adapa
eb1777e185 Update information about run-without-install method 2014-09-02 18:24:33 +05:30
Sunil Mohan Adapa
9b60347282 Update documenation on installating and developing Plinth 2014-08-31 17:11:42 +05:30