mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-04-29 10:10:19 +00:00
plinth should be run via './bin/plinth' now
This commit is contained in:
parent
837d2d1d10
commit
43a614fca5
2
HACKING
2
HACKING
@ -18,7 +18,7 @@
|
||||
2. Plinth also support running without installing (as much as possible).
|
||||
Simply run it as:
|
||||
|
||||
$ sudo python -m plinth --no-daemon --debug
|
||||
$ sudo ./bin/plinth --no-daemon --debug
|
||||
|
||||
In this mode, Plinth runs in working directory without need for
|
||||
installation. It uses the plinth.conf config file in the working
|
||||
|
||||
0
bin/plinth
Normal file → Executable file
0
bin/plinth
Normal file → Executable file
@ -19,6 +19,4 @@
|
||||
Plinth package init file
|
||||
"""
|
||||
|
||||
from plinth import context_processors
|
||||
|
||||
__version__ = '0.3.2'
|
||||
|
||||
@ -19,6 +19,6 @@
|
||||
Plinth module for first boot wizard
|
||||
"""
|
||||
|
||||
from . import first_boot, middleware
|
||||
from . import first_boot
|
||||
|
||||
__all__ = ['first_boot']
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user