https://github.com/centre-for-humanities-computing/ucloud-app-scripts
https://github.com/centre-for-humanities-computing/ucloud-app-scripts
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/centre-for-humanities-computing/ucloud-app-scripts
- Owner: centre-for-humanities-computing
- Created: 2021-05-07T08:12:30.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-18T13:59:16.000Z (over 2 years ago)
- Last Synced: 2025-01-03T21:41:12.703Z (over 1 year ago)
- Language: Shell
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# UCloud APP Scripts #
```bash
├── jupyter
├── README.md
├── rstudio
│ └── startup_latex.sh
└── vscode
```
## RStudio Set-up ##
1. add/change packages in `TEX_LIVE_INSTALL` in `startup_latex.sh`
2. copy the `startup_latex.sh` and your `rstudio-prefs.json` to your working directory
3. run `startup_latex.sh` from the terminal
```bash
sudo -E env "PATH=$PATH" bash startup_latex.sh
```
## Gephi Set-up ##
1. Choose [Ubuntu VDE](https://docs.cloud.sdu.dk/Apps/ubuntu.html)
2. Add `gephi-vd.sh` as initialization parameter
3. Gephi is now available on the Desktop
## Orange
1. Choose [Ubuntu VDE](https://docs.cloud.sdu.dk/Apps/ubuntu.html)
2. Add `orange-vd.sh` as initialization parameter
3. From the Ubuntu Virtual Desktop start a terminal
4. Execute `python -m Orange.canvas` from the terminal