click here to install WSL
- Run the install scripts on whichever repo you are on. Should work if running through wsl.
- If not update this document so future Windows users have an easier time!
- After running install_prerequisites follow the node setup instructions: node setup before running setup project.
- Line Endings LF vs CRLF, should be handled by git but opening sh files will be converted to CRLF automatically by vscode
- Developer Install helper functions were not working. Looks like it is to do with the scope. Will need to revisit to get those working properly in WSL
- Mongodb has problems with WSL. Check here for more information about that
- Minio will fail with error
Invalid endPoint : undefined
- Need to set the Environment Variables in the eagle-api readme (use setx for cmd or $env for powershell)
- Couldn't use asdf to install java openjdk 11 so just apt-install
- Needed unzip to install gradle using asdf so make sure to install that
- If asdf did not install correctly follow manual process at: asdf
- The scripts will not work without using wsl, you will need to install the dependecies manually
- Use chocolately and check the scripts for the proper versions