- Download and install docker desktop for your appropriate OS.
- Clone this repository:
git clone https://github.com/UMass-RC/unity-web-portal-docker.git && cd unity-web-portal-docker
- Clone the web portal:
git clone -b <VERSION> https://github.com/UMass-RC/unity-web-portal.git
- Set up the web portal following the readme here.
LDAP Details for this Environment: Host: identity Username: cn=admin,dc=unity,dc=rc,dc=umass,dc=edu Password: password SQL Details for this Environment: Host: sql Username: unity Password: password DBName: unity
- Set up the web portal following the readme here.
- Run the build script:
./build.sh
- Run the environment:
./run.sh
- You will then see an output of details on how to access the dev portal, and you can live edit files in the repo cloned in step (2) and they will take changes in your browser.
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.