federatedwiki/install.sh

12 lines
203 B
Bash
Raw Permalink Normal View History

#!/bin/sh
if [ ! -f .wiki/config.json ]; then
cp config/config.json .wiki/config.json
fi
if [ ! -f .wiki/config.owner.json ]; then
2021-08-22 22:32:06 +00:00
cp config/config.owner.json .wiki/config.owner.json
fi
2021-07-17 19:57:04 +00:00
2021-10-23 13:27:48 +00:00
wiki --farm