Script generations to fix #329-fix-env-generation-of-credentials. #336

Merged
c24elipe merged 10 commits from #329-fix-env-generation-of-credentials into team_2_week_2 2026-04-16 09:12:06 +00:00
Collaborator
No description provided.
Right thing in right place + cleanup :)
Collaborator

A suggestion is to make the script always start from its own location at the beginningfor example
cd /d "%~dp0"
cd ..

A suggestion is to make the script always start from its own location at the beginningfor example cd /d "%~dp0" cd ..
Collaborator

@b25marem wrote in #336 (comment):

A suggestion is to make the script always start from its own location at the beginningfor example cd /d "%~dp0" cd ..

This is not a bad idea. It would strengthen the script a lot. I would recommend that you create an issue for this and create a branch when this is merged as it is a good addition, but not critical.

@b25marem wrote in https://git.webug.se/Andras/BoundlessFlowCampus2K/pulls/336#issuecomment-3246: > A suggestion is to make the script always start from its own location at the beginningfor example cd /d "%~dp0" cd .. This is not a bad idea. It would strengthen the script a lot. I would recommend that you create an issue for this and create a branch when this is merged as it is a good addition, but not critical.
Collaborator

Review on #[329]

Whats done

[Review following things]

Tested on [Windows] using [Chrome]

  • [Focus on checking features that the issue intended to solve/implement]
  • App starts [Starts on installation not on rebuild]
    • [not working on Rebuild becose "" around the db_user and password, fix alreaddy on the way
"DATABASE_USER=77221270037833057610471" 
"DATABASE_PASSWORD=20062317023060379419210" 

]

Inspected following files

  • [WindowsInstallation.bat]
    • [Works on installation]
      +[WindowsRebuild.bat]
    • [dont work issues stated above]
# Review on #[329] ## Whats done [Review following things] ### Tested on [Windows] using [Chrome] + [Focus on checking features that the issue intended to solve/implement] + App starts [Starts on installation not on rebuild] + [not working on Rebuild becose "" around the db_user and password, fix alreaddy on the way ``` "DATABASE_USER=77221270037833057610471" "DATABASE_PASSWORD=20062317023060379419210" ``` ] ### Inspected following files + [WindowsInstallation.bat] + [Works on installation] +[WindowsRebuild.bat] + [dont work issues stated above]
c24elipe merged commit 596766a6a1 into team_2_week_2 2026-04-16 09:12:06 +00:00
c24elipe deleted branch #329-fix-env-generation-of-credentials 2026-04-16 09:12:07 +00:00
Collaborator

Review on #329

Whats done

Tested on ubuntu using firefox

  • Tested that the .env with random unsername and password file is generated when running UnixInstallation.sh
  • App starts

Inspected following files scripts: UnixInstallation.sh

  • UnixInstallation.sh
    • Indentation/code styling ok

Conclusion

  • After running the unix install script, docker and the application can be started
# Review on #329 ## Whats done ### Tested on ubuntu using firefox + Tested that the .env with random unsername and password file is generated when running UnixInstallation.sh + App starts ### Inspected following files scripts: UnixInstallation.sh + UnixInstallation.sh + Indentation/code styling ok ## Conclusion + After running the unix install script, docker and the application can be started
Sign in to join this conversation.
No reviewers
No milestone
No project
6 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Andras/BoundlessFlowCampus2K!336
No description provided.