Skip to content
Snippets Groups Projects
Commit 4ed846f9 authored by Sander ter Veen's avatar Sander ter Veen
Browse files

Update admin name

parent debfa294
Branches
Tags
2 merge requests!9Add calibrator and multi-beam calculation,!8Add calibrator and other new features
......@@ -4,7 +4,7 @@ The LOFAR calculator LUCI is deployed on ASTRON's webserver dop385 and is manage
+ On your development node, create a new tag with ```git tag -m <message> <version id>``` and ```git push --follow-tags```.
+ Log on to dop385 and go to the appropriate directory with ```cd /data/LUCI/LOFAR-calculator```.
+ Update the repository with ```git pull```. If you do not have write access to this directory, contact Reinoud Bokhorst.
+ Update the repository with ```git pull```. If you do not have write access to this directory, contact Jasmin Klipic.
+ Restart supervisord with ```supervisorctl restart luci```.
+ Check <https://support.astron.nl/luci/> if everything is fine.
......@@ -14,6 +14,6 @@ All the required dependencies for LUCI on dop385 is installed inside a singulari
+ The recipe for creating the container is supplied with the repository. See file ```singularity.recipe```. Make changes to the file as needed.
+ Build the container with ```sudo singularity build lofarcalc.simg singularity.recipte```. If the build is successful, you will see a new file called lofarcalc.simg.
+ Copy ```lofarcalc.simg``` to ```dop385:/data/LUCI```. If you do not have write access to this directory, contact Reinoud Bokhorst.
+ Copy ```lofarcalc.simg``` to ```dop385:/data/LUCI```. If you do not have write access to this directory, contact Jasmin Klipic.
+ Restart supervisord with ```supervisorctl restart luci```.
+ Check <https://support.astron.nl/luci/> if everything is fine.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment