Update information about run-without-install method

This commit is contained in:
Sunil Mohan Adapa 2014-09-02 17:55:49 +05:30
parent 27cdadbc76
commit eb1777e185

13
HACKING
View File

@ -18,7 +18,7 @@
2. Plinth also support running without installing (as much as possible).
Simply run it as:
$ sudo python -m plinth
$ sudo python -m plinth --no-daemon --debug
In this mode, Plinth runs in working directory without need for
installation. It uses a different config file (plinth.conf in working
@ -27,6 +27,17 @@
pickup the config file in working directory, simply delete
/etc/plinth/plinth.config.
*Note:* This mode is supported only in a limited manner. The following are
the unknown issues with it:
1. It does not work without the --debug and --no-daemon flags.
2. Help pages are also not built. Run 'make -C doc' manaully.
3. Actions do not work when running as normal user without 'sudo' prefix.
You need to add 'actions' directory to be allowed for 'sudo' commands.
See data/etc/sudoers.d/plinth for a hint.
## Running Tests
1. Run tests: