Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
turbach authored Aug 31, 2021
1 parent 57f18e9 commit 372d9bd
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,26 @@ University of California San Diego

## Quickstart

* In the repository root directory build the docker image:
* `git clone` this repo to the machine where you will build and run the Docker container

* on whatever machine you have ERPSS installed, make a tarball of the `/usr/local/erp` directory as `erp.tgz`

* move or copy `erp.tgz` to the `uxrdp_erpss/erpss_install` directory of this repo.


* In the repository root directory build the docker image like so.

```
docker build -t uxrdp_erpss .
```

* This will automatically
* Install Ubuntu 20.04
* Install the XRDP server
* Untar `erp.tgz` where it belongs in `/usr/local/erp`
* Update `/etc/profile.d/custom.sh` so the default user PATH includes `/usr/local/erp/bin`
* Create an admin user, with userid `lab` and password `lab`
* Install `minconda3` so user `lab` can create and activate conda environments and install conda packages

* Start the container:

Expand Down

0 comments on commit 372d9bd

Please sign in to comment.