Advanced Search
Search Results
8 total results found
Event policy
We consider any gathering of people, at our request, an event. Rules We run our events virtually by default. Local in-person events are permitted when a clear purpose is articulated and documented. Everywhere we can go in 8 hours with public transport is...
Wage policy
Once a year, we communally discusss potential changes to our wage sheet. Everybody on LibScie's payroll gets invited to this discussion. Wage scales are separate for employees and formal directors. Formal directors have different contracts and are registered i...
Equipment policy
Rules 1. We use equipment for at least four years2. Equipment emissions are part of the purchase decision.3. We repair instead of replace.4. We actively minimize our inventory.5. We aim to provide real-time inventory tracking.
Introduction
Resources to still go through
https://thefaylab.github.io/lab-manual/ https://osf.io/pwnsm
Elastic Cloud Server (ECS)
These are traditional virtualized servers, which you can manage from the Operating System (OS) through the exposed ports. This also means you are responsible for managing the OS and its security.
Elastic Volume Service (EVS)
EVS is flexible disk provisioning for Elastic Cloud Server (EVS). Use this for production deployments where needed, so that the disk space can flexibly expanded. This prevents the need for compute migrations that cause more overhead. EVS Setup Go to the EVS p...
Cloud Container Engine (CCE)
In order to push a docker image to the image repository, take the following steps: # log in # build Image (optional) # tag image docker tag {Image name}:{Tag} swr.eu-de.otc.t-systems.com/{Organization}/{Image name}:{Tag} # push docker image to swr docker pu...