Skip to content

Commit

Permalink
Merge pull request #4 from datasci4health/development
Browse files Browse the repository at this point in the history
apache setup automation
  • Loading branch information
matheusmota authored Apr 20, 2019
2 parents 100c3b5 + ef3e05f commit b2bdf10
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 8 deletions.
23 changes: 17 additions & 6 deletions configs/apache2/index.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
<a href="">case-notebook:v1 </a><br/>
<a href="">case-notebook:latest </a><br/>
<a href="./case-notebook/v1/web" >case-notebook:v1/web </a><br/>
<a href="./case-notebook/v1/server" >case-notebook:v1/server </a><br/><br/>
<a href="./case-notebook/latest/web" >case-notebook:latest/web </a><br/>
<a href="./case-notebook/latest/server">case-notebook:latest/server </a><br/>

<br/><br/><br/><br/>

<a >harena-space:latest </a><br/>
<a >harena-manager:latest </a><br/>
<a href="./harena/logger/latest">harena-logger:latest </a><br/>

<br/><br/><br/><br/>

<a href="./harena/docs/swagger/ui"> /harena/docs/swagger/ui </a><br/>
<a href="./harena/docs/swagger/editor">/harena/docs/swagger/editor </a><br/>



<br/><br/>

<a href="">harena-space:latest </a><br/>
<a href="">harena-manager:latest </a><br/>
<a href="">harena-logger:latest </a><br/>
6 changes: 4 additions & 2 deletions setup.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit b2bdf10

Please sign in to comment.