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

Install web server before scuttlebot on mesh image

parent 152d3f44
No related branches found
No related tags found
No related merge requests found
......@@ -336,7 +336,9 @@ function scuttlebot_git_setup {
echo ' }' >> $git_ssb_nginx_site
echo '}' >> $git_ssb_nginx_site
fi
nginx_ensite git_ssb
if [[ "$1" != "mesh" ]]; then
nginx_ensite git_ssb
fi
}
function mesh_install_scuttlebot {
......
......@@ -698,11 +698,11 @@ initialise_mesh() {
#install_tahoelafs
#install_librevault
install_patchwork
install_web_server
mesh_install_scuttlebot
#install_ferment
install_ipfs
install_tox
install_web_server
install_pelican
mesh_install_cryptpad
#mesh_install_peertube
......
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