Skip to content
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.

UMass-RC/unity-web-portal-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unity Web Portal Dev Environment

Environment Setup

  1. Download and install docker desktop for your appropriate OS.
  2. Clone this repository: git clone https://github.com/UMass-RC/unity-web-portal-docker.git && cd unity-web-portal-docker
  3. Clone the web portal: git clone -b <VERSION> https://github.com/UMass-RC/unity-web-portal.git
    1. 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
      
  4. Run the build script: ./build.sh
  5. Run the environment: ./run.sh
    1. 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.

About

Docker dev environment for unity web portal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published