-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -57,12 +57,12 @@ git clone --recurse-submodules [email protected]:iodepo/oih-ui-docker.git /data/oih | |
``` | ||
cd /data/oih-ui-docker/frontend/frontend | ||
git pull | ||
git checkout 0.4.6 | ||
git checkout 0.5.0 | ||
``` | ||
- check if this is ok | ||
``` | ||
git status | ||
HEAD detached at 0.4.6 | ||
HEAD detached at 0.5.0 | ||
``` | ||
- make a symlink from /data/oih-ui-docker/docker-compose.yml to either | ||
- /data/oih-ui-docker/docker-compose.external.yml for production server | ||
|
@@ -153,7 +153,7 @@ As we are using (should be using) tags for the submodules, we can checkout the d | |
``` | ||
cd /data/oih-ui-docker/frontend/frontend | ||
git pull | ||
git checkout 0.4.6 | ||
git checkout 0.5.0 | ||
git status | ||
#HEAD detached at 0.4.6 | ||
#HEAD detached at 0.5.0 | ||
``` |