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
- 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
cd /path/to/eclipse/workspace
git clone [git@github.com](mailto:git@github.com):{Your_Github_Account}/OpenELIS-Global-2.git --recurse-submodules
Test If OpenELIS-Global-2 Deploys
- Open terminal to the OpenELIS-Global-2 directory
docker-compose up -d --build
- Access the application at https://localhost:8443/OpenELIS-Global
- 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 ??