Localhost Setup with Docker
Steps to run OpenSign™ with docker in windows:
-
-
- Setup WSL 2 in windows to install it refer below video +
- Setup WSL 2 in windows. To install WSL 2 refer below video
-
-
- You must have docker desktop installed in windows. -
- Enable wsl in docker desktop on this path
Setting > Resources > WSL Inegration
- - watch below video to run docker in your windows +
- You must have to install docker desktop in windows. +
- Enable wsl in docker desktop on this path
Setting > Resources > WSL Inegration.
+

-
+
- Clone repository for opensign™ github. +
- Go to your desired destination in your windows then open powershell in that folder using
Shift + right click of mouseand select powersehll option from options.
+ - Open powershell and tyoe
git clone <repo url>and hitEnter.
+ - Then open OpenSign folder with vs code and go to
apps > mongo > mongo-init.shand change type of this file fromCRLFtoLFand then save this file.
+

-
+
- Open ubuntu/WSL terminal and write command to navigate to folder where you have clone OpenSign project for e.g.
cd mnt/c/testing/docker/OpenSignand hitEnter.
+ - Now type command
Make buildand it will start build image for docker it will take some time and then run. for more specific steps watch below video.