First time on danserver
For starting on the server make sure to read:
- DanServer manual
- Genomics Platform wiki
- platforms: JupyterHub and RStudio
First time on server checklist
- Login to danhead:
ssh $USER@danhead01fl.unicph.domain
- Run
nano ~/.bash_profile
- Run
nano ~/.bashrc
# .bashrc
# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi
# User specific environment
if ! [[ "$PATH" =~ "$HOME/.local/bin:$HOME/bin:" ]]
then
PATH="$HOME/.local/bin:$HOME/bin:$PATH"
fi
export PATH
# Uncomment the following line if you don't like systemctl's auto-paging feature:
# export SYSTEMD_PAGER=
# User specific aliases and functions
### Source DanGPU definitions
if [ -f /maps/projects/dan1/apps/etc/bashrc ]; then
. /maps/projects/dan1/apps/etc/bashrc
fi
### Source Brickman definitions
if [ -f /maps/projects/dan1/data/Brickman/config/brickman.bashrc ]; then
. /maps/projects/dan1/data/Brickman/config/brickman.bashrc
fi
- Logout and login again, you should have see now
Brickman
folder