Skip to content
Snippets Groups Projects
Commit 5866656a authored by Bob Mottram's avatar Bob Mottram
Browse files

Comments

parent 75a55936
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment