Installation related query

heyy community !!!

i was trying to setup code base on my machine and i was confused which steps are needed to setup the code base…

Till now i have completed below steps which is working fine …
from the doc ( Dev environment setup )
https://uwdigi.atlassian.net/wiki/spaces/OG/pages/240844805/Dev+Environment+Setup+Instructions#Download-OpenELIS-Global-2

Download OpenELIS-Global-2

  1. Fork the repo at https://github.com/fluidicon.png)GitHub - I-TECH-UW/OpenELIS-Global-2: OpenELIS 2.X is a rewrite of the original OpenELIS global with updated components and technology](GitHub - I-TECH-UW/OpenELIS-Global-2: OpenELIS 2.X is a rewrite of the original OpenELIS global with updated components and technology
  2. cd /path/to/eclipse/workspace
  3. git clone [git@github.com](mailto:git@github.com):{Your_Github_Account}/OpenELIS-Global-2.git --recurse-submodules

Test If OpenELIS-Global-2 Deploys

  1. Open terminal to the OpenELIS-Global-2 directory
  2. docker-compose up -d --build
  3. Access the application at https://localhost:8443/OpenELIS-Global
  4. Might need to dismiss a security warning

so can anyone guide me or List which steps do i need to follow next for the complete installation from that document ??

hey @Mihir_181 i dont know if the the readme onto this repo solves your issue, let us know incase of anything GitHub - I-TECH-UW/OpenELIS-Global-2: OpenELIS 2.X is a rewrite of the original OpenELIS global with updated components and technology

1 Like

Thanks @Agaba_Derrick_Junior .

Yeah for a quick dev setup , just follow these instructions on the read me