Skip to content

Commit

Permalink
update latest release tag
Browse files Browse the repository at this point in the history
  • Loading branch information
jmckenna committed Dec 17, 2024
1 parent e223a4f commit 36018c9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 Ocean InfoHub
Copyright (c) 2024 Ocean InfoHub

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
```

0 comments on commit 36018c9

Please sign in to comment.