mirror of
https://github.com/standardebooks/web.git
synced 2025-07-15 02:46:46 -04:00
Rearrange filesystem layout, and add configuration files
This commit is contained in:
parent
0acc64cb06
commit
8f33a1021c
18 changed files with 590 additions and 57 deletions
|
@ -20,7 +20,7 @@ require(){ command -v "$1" > /dev/null 2>&1 || { suggestion=""; if [ -n "$2" ];
|
|||
|
||||
verbose="false"
|
||||
group="se"
|
||||
webRoot="/standardebooks.org"
|
||||
webRoot="/standardebooks.org/web"
|
||||
webUrl="https://standardebooks.org"
|
||||
|
||||
if [ $# -eq 0 ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue