#287 .env generation scripts #293

Merged
c24elipe merged 2 commits from #287-ENV-generation-in-start-up-script into team_2_week_1 2026-04-14 12:49:20 +00:00
Collaborator

Related to issue #287

Related to issue #287
Author
Collaborator

OBS, I have not been able to test the Windows script. So only Linux has been tested

OBS, I have not been able to test the Windows script. So only Linux has been tested
Collaborator

Review on #293 (Windows)

whats done

Tested on Windows 11

  • Script run. with already existent .env file.
    • The old .env did not get over written and the app worked
  • Run the app with removed .env without script
    • Connection to database was not established
  • Run the script without .env file existing
    • The script creates the file copying the example .env file.
    • Was able to connect to the database.
  • Inspected files
    • .env
    • CheckForEnv.sh

Needs to be done

  • Nothing

Conclusion

  • The code is reedy be be merged.
# Review on #293 (Windows) ## whats done Tested on Windows 11 + Script run. with already existent .env file. + The old .env did not get over written and the app worked + Run the app with removed .env without script + Connection to database was not established + Run the script without .env file existing + The script creates the file copying the example .env file. + Was able to connect to the database. + Inspected files + .env + CheckForEnv.sh ## Needs to be done + Nothing ## Conclusion + The code is reedy be be merged.
Collaborator

Review on #293 (Linux)

whats done

Tested on Fedora 43, firefox

  • Script run. with already existent .env file.
    • The old .env did not get over written and the app worked
  • Run the app with removed .env without script
    • Connection to database was not established
  • Run the script without .env file existing
    • The script creates the file copying the example .env file.
    • Was able to connect to the database.
  • Inspected files
    • .env
    • CheckForEnv.sh

Needs to be done

  • Nothing

Conclusion

  • The code is reedy be be merged.
# Review on #293 (Linux) ## whats done Tested on Fedora 43, firefox + Script run. with already existent .env file. + The old .env did not get over written and the app worked + Run the app with removed .env without script + Connection to database was not established + Run the script without .env file existing + The script creates the file copying the example .env file. + Was able to connect to the database. + Inspected files + .env + CheckForEnv.sh ## Needs to be done + Nothing ## Conclusion + The code is reedy be be merged.
Author
Collaborator

Good, then it gets merged

Good, then it gets merged
c24elipe merged commit 1cd0483cda into team_2_week_1 2026-04-14 12:49:20 +00:00
c24elipe deleted branch #287-ENV-generation-in-start-up-script 2026-04-14 12:49:20 +00:00
a22erigr approved these changes 2026-04-14 12:52:04 +00:00
a22erigr left a comment
Collaborator

Se comment

Se comment
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
3 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!293
No description provided.