Advanced Search
Search Results
12 total results found
LibScie Handbook
Welcome to our public handbook! 👋 Here you can find our internal documentation around policies, processes, and more. We are still constructing a lot of policies, so please be patient with this Wiki :)
Open Telekom Cloud
This book is about using the Open Telekom Cloud (OTC) for server provisioning. It is considered a handbook for LibScie's purposes (for example, we use it for our Single Sign On (SSO) services). We share it for your corporate enjoyment. Here is a quicklink to t...
ResearchEquals
This book is about documenting all the internal knowledge to build, maintain, and scale ResearchEquals. This is an ongoing process, and in these stages, do not consider this authoritative but as a resource we are co-creating. If you want to know something that...
Policies
Company policies are how we operationalize our values and conduct ourselves as an organization. Everyone is expected to be aware of these policies.
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...