mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-13 10:30:16 +00:00
copy sample config
This commit is contained in:
parent
2f4dd2642d
commit
dc7dba26cf
6
Makefile
6
Makefile
@ -9,7 +9,7 @@ COMPRESSED_CSS := $(patsubst %.css,%.tiny.css,$(CSS))
|
|||||||
PWD=`pwd`
|
PWD=`pwd`
|
||||||
|
|
||||||
## Catch-all tagets
|
## Catch-all tagets
|
||||||
default: predepend cfg dirs template css docs dbs $(BUILDDIR)/exmachina #$(BUILDDIR)/bjsonrpc
|
default: predepend config dirs template css docs dbs $(BUILDDIR)/exmachina #$(BUILDDIR)/bjsonrpc
|
||||||
all: default
|
all: default
|
||||||
|
|
||||||
build:
|
build:
|
||||||
@ -62,8 +62,8 @@ data/users.sqlite3: data/users.sqlite3.distrib
|
|||||||
dirs:
|
dirs:
|
||||||
@mkdir -p data/cherrypy_sessions
|
@mkdir -p data/cherrypy_sessions
|
||||||
|
|
||||||
cfg: Makefile
|
config: Makefile
|
||||||
test -f cfg.py || cp cfg.sample.py cfg.py
|
@test -f plinth.config || cp plinth.sample.config plinth.config
|
||||||
|
|
||||||
cherrypy.config: Makefile
|
cherrypy.config: Makefile
|
||||||
@echo [global]\\n\
|
@echo [global]\\n\
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user