This website requires JavaScript.
Explore
Help
Register
Sign In
carpathianflorist
/
MarseyWorld
forked from
MarseyWorld/MarseyWorld
Watch
1
Star
0
Fork
You've already forked MarseyWorld
0
Code
Pull Requests
Activity
55b3c8a691
MarseyWorld
/
startup.sh
6 lines
66 B
Bash
Raw
Normal View
History
Unescape
Escape
add '#!/bin/bash' to all .sh files
2023-01-20 06:19:38 +00:00
#!/bin/bash
add startup script (its dir is /s on our servers)
2022-07-17 17:22:43 +00:00
cd
/rDrama
Fix env file references in startup scripts (#70) Kindly, I have downloaded this here repository again and when to trying to start the thing it did not work on my machine (TM) I noticed that logs in docker compose complaining of multiple things about lacking environment variables I added info to the readme.md about cp This is inline with what is already written in the ubuntu setup script. So it should be good. Now for the part in doubt ... Then I noticed that there were two more references to "env" instead of ".env" in the other scripts and I corrected them too. Check if that is fine with you fine folk (TM) Thanks, granny Co-authored-by: Your Name <madmarcolas@gmail.com> Reviewed-on: https://fsdfsd.net/rDrama/rDrama/pulls/70 Co-authored-by: mummified-corroding-granny <mummified-corroding-granny@noreply.fsdfsd.net> Co-committed-by: mummified-corroding-granny <mummified-corroding-granny@noreply.fsdfsd.net>
2022-12-20 00:12:09 +00:00
. ./.env
remove redundant gunicorn conf
2023-01-20 06:18:36 +00:00
gunicorn files.__main__:app -w
3