diff --git a/configs/apache2/index.html b/configs/apache2/index.html index 86927d6..f908e1c 100644 --- a/configs/apache2/index.html +++ b/configs/apache2/index.html @@ -1,8 +1,19 @@ -case-notebook:v1
-case-notebook:latest
+case-notebook:v1/web
+case-notebook:v1/server

+case-notebook:latest/web
+case-notebook:latest/server
+ +



+ +harena-space:latest
+harena-manager:latest
+harena-logger:latest
+ +



+ + /harena/docs/swagger/ui
+/harena/docs/swagger/editor
+ + -

-harena-space:latest
-harena-manager:latest
-harena-logger:latest
diff --git a/setup.sh b/setup.sh index 90707d7..b47a83a 100644 --- a/setup.sh +++ b/setup.sh @@ -1,11 +1,13 @@ sudo apt install htop vim sshfs apache2 php wget docker-compose git sudo a2enmod proxy_http sudo rm /var/www/html/index.html +sudo cp ./configs/apache2/000-default.conf /etc/apache2/sites-available/000-default.conf sudo cp ./configs/apache2/index.html /var/www/index.html sudo systemctl restart apache2 -mkdir repositories -cd repositories +sudo rm repositories -r +mkdir repositories +cd repositories git clone https://github.com/datasci4health/case-notebook cd case-notebook