Commit c24b4352 authored by bcmpbell's avatar bcmpbell
Browse files

Updating address to new Weblicht

parent 60907f58
...@@ -11,7 +11,7 @@ How to deploy the marmot application ...@@ -11,7 +11,7 @@ How to deploy the marmot application
``` ```
3. Create rancher config files. Copy the rancher dir from `https://weblicht.sfs.uni-tuebingen.de/gitlab/clarind/wl-webservices/service-jitar`. 3. Create rancher config files. Copy the rancher dir from `https://weblicht.sfs.uni-tuebingen.de/gitlab/clarind/wl-webservices/service-jitar`.
Modify the configs to match the service names. Modify the configs to match the service names.
4. Go to rancher(`http://t.weblicht.sfs.uni-tuebingen.de:8088) and deploy it. 4. Go to rancher(`https://weblicht.sfs.uni-tuebingen.de:8088) and deploy it.
1. Click add `Add Stack`` 1. Click add `Add Stack``
2. Give the stack a name and some descriptions. 2. Give the stack a name and some descriptions.
3. Upload the docker-compose.yml and rancher-compose.yml created in previous steps. 3. Upload the docker-compose.yml and rancher-compose.yml created in previous steps.
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
<repository> <repository>
<id>sfs-clarind-nexus-prod</id> <id>sfs-clarind-nexus-prod</id>
<name>Internal Releases</name> <name>Internal Releases</name>
<url>http://t.weblicht.sfs.uni-tuebingen.de/nexus/content/repositories/releases</url> <url>https://weblicht.sfs.uni-tuebingen.de/nexus/content/repositories/releases</url>
</repository> </repository>
</repositories> </repositories>
...@@ -35,12 +35,12 @@ ...@@ -35,12 +35,12 @@
<repository> <repository>
<id>nexus</id> <id>nexus</id>
<name>Internal Releases</name> <name>Internal Releases</name>
<url>http://t.weblicht.sfs.uni-tuebingen.de/nexus/content/repositories/releases</url> <url>https://weblicht.sfs.uni-tuebingen.de/nexus/content/repositories/releases</url>
</repository> </repository>
<snapshotRepository> <snapshotRepository>
<id>nexus</id> <id>nexus</id>
<name>Snapshot Releases</name> <name>Snapshot Releases</name>
<url>http://t.weblicht.sfs.uni-tuebingen.de/nexus/content/repositories/snapshots</url> <url>https://weblicht.sfs.uni-tuebingen.de/nexus/content/repositories/snapshots</url>
</snapshotRepository> </snapshotRepository>
</distributionManagement> </distributionManagement>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment