Pandora-IsoMemo / drat

R packages developed in the Pandora IsoMemo project
0 stars 0 forks source link

Update app names in wikis after renaming of apps #44

Closed arunge closed 1 month ago

arunge commented 1 month ago

After we renamed some of the apps, the instructions for local installation need to be updated, e.g.:

If one uses the old name, one can only access an older version of the app. To obtain the most recent version for local use one must use the new name, e.g.

docker pull ghcr.io/pandora-isomemo/dssm:beta

and then

docker pull ghcr.io/pandora-isomemo/dssm:beta

@jan-abel-inwt Could you make a list, which apps had been renamed and update the instructions respectively?

arunge commented 1 month ago

@CarloCocozza This issue might be related to your note:

P.S. On a side note, I noticed that both OsteoBioR and IsoMemoApp (DSSM) have not been updated in months on their local version via docker.

Please use

docker run -p 3838:3838 ghcr.io/pandora-isomemo/osteobior:beta

and

docker run -p 3838:3838 ghcr.io/pandora-isomemo/osteobior:beta

for the most recent local version of OsteoBioR. Sorry about the circumstances!

jan-abel-inwt commented 1 month ago

Renamed Apps

only changes in capitalization (docker commands are not affected):

jan-abel-inwt commented 1 month ago

I corrected all docker commands of the renamed apps.