Curating AMIS: Difference between revisions

From DISI
Jump to navigation Jump to search
(asdf)
 
No edit summary
 
Line 1: Line 1:


== how to delete an image ==  
==Running Application==
AMIS source code lives in gitlab
 
http://gitlab.docking.org/mar/AMIS.git
 
The application is automatically deployed using Gitlab's CI/CD pipeline. The app currently runs on n-9-38:5066.
 
==Restarting Application==
Log into n-9-38 and run
 
sudo docker restart amis
 
or alternatively, go to https://gitlab.docking.org/mar/AMIS/-/pipelines and click 'run pipeline'. Currently, the dev branch is being used, so select that branch before deploying.
 


You can delete modified images by using the admin ( https://amis.docking.org/admin/slices/ ) section. First you will need to enter the mouse number in the text box then click enter key to search.  After that it is easier to find the slice with a broken image. In the picture below, you are able to see which slice has a broken image and you can click the trash icon to delete it.


Steps to find slices:
* 1. To enter mouse number and then press enter key
* 2. To click Slice ID to sort by slice id
* 3. To click page number change pages until you can find the slices that has no image




Line 13: Line 21:
[[Category:AMIS]]
[[Category:AMIS]]
[[Category:Curator]]
[[Category:Curator]]
[[Category:Mar]]

Latest revision as of 20:33, 21 June 2024

Running Application

AMIS source code lives in gitlab

http://gitlab.docking.org/mar/AMIS.git

The application is automatically deployed using Gitlab's CI/CD pipeline. The app currently runs on n-9-38:5066.

Restarting Application

Log into n-9-38 and run

sudo docker restart amis

or alternatively, go to https://gitlab.docking.org/mar/AMIS/-/pipelines and click 'run pipeline'. Currently, the dev branch is being used, so select that branch before deploying.