Skip to content
JV conseil edited this page Feb 17, 2023 · 13 revisions
UCloud

GitHubbing on UCloud with Ubuntu Terminal

Ubuntu 22.10 Python 3.11.1 License BSD 3-Clause Become a sponsor to JV-conseil Follow JV conseil – Internet Consulting on Twitter

The missing repo to start GitHubbing on UCloud with Ubuntu Terminal.

social-media-preview

This project is in no way affiliated with GitHub, Ubuntu, SDU eScience Center, Aalborg University, Aarhus Universitet, Danmarks Tekniske Universitet and DeiC (Danish e-infrastucture Coorperation).

Usage

Authenticate on UCloud.

Navigate to Apps > Terminal Ubuntu.

Configure a Terminal Ubuntu run with "Add folder" to select one of your folder then click on Submit.

Once Terminal Ubuntu job is running click on Open terminal.

Then copy paste the following bash commands.

ls -FGlAhp
cd {your-working-folder} || exit

git clone https://github.com/JV-conseil/ucloud.git
ls -FGlAhp

cd ucloud
git pull

cd ucloud
. run.sh

The missing repo to start GitHubbing on UCloud with Ubuntu Terminal

Clone this wiki locally