Skip to content

Bash scripts for Ibex users that install (or uninstall) VS Code server

License

Notifications You must be signed in to change notification settings

kaust-rccl/ibex-code-server-install

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ibex-code-server-install

Bash scripts for Ibex users that install (or uninstall) VS Code server

Installing VS Code Server

Login to Ibex using your KAUST credentials.

ssh $USERNAME@ilogin.ibex.kaust.edu.sa # use glogin.kaust.edu.sa if you need GPU nodes

Clone this git repository in your Ibex home directory.

cd ~/
git clone https://github.com/kaust-rccl/ibex-code-server-install.git

Change into the newly cloned repository directory and source the install script. Sourcing the install script runs each of the commands in the script as if you had entered them manually at the prompt.

cd ibex-code-server-install/
source install-code-server.sh

Unisntalling VS Code Server

VS Code Server can be completely uninstalled by removing the application directory, and your user configuration directories. To uninstall VS Code Server source the uninstall script.

cd ~/ibex-code-server-install/
source uninstall-code-server.sh

About

Bash scripts for Ibex users that install (or uninstall) VS Code server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages