Comments
This commit is contained in:
parent
75a55936fa
commit
5866656ae2
|
@ -7,6 +7,9 @@
|
|||
#
|
||||
# Freedom in the Cloud
|
||||
#
|
||||
# The main issue here is bootstrapping. What is running
|
||||
# on the bootstrap server publicbits.org port 6881 ?
|
||||
#
|
||||
# License
|
||||
# =======
|
||||
#
|
||||
|
@ -231,7 +234,7 @@ function install_datserver {
|
|||
exit 4635439
|
||||
fi
|
||||
|
||||
if ! npm install lil-pids; then
|
||||
if ! npm install lil-pids@2.6.1; then
|
||||
echo $'lil-pids was not installed'
|
||||
exit 36483463
|
||||
fi
|
||||
|
@ -246,6 +249,9 @@ function install_datserver {
|
|||
exit 9568356
|
||||
fi
|
||||
|
||||
# bootstrap servers are here:
|
||||
# $DATSERVER_DIRECTORY/node_modules/datland-swarm-defaults/index.js
|
||||
|
||||
chown -R datserver:datserver "$DATSERVER_DIRECTORY"
|
||||
|
||||
firewall_add datserver $DATSERVER_PORT
|
||||
|
|
Loading…
Reference in New Issue