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