Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added script to easily launch the app #103

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions app-launch.sh

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

where to add this ! plz help , which file to edit and add this ! :)
Help to make life easy for no-tech guys like me and so many others :)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

where to add this ! plz help , which file to edit and add this ! :) Help to make life easy for no-tech guys like me and so many others :)

copy this file in the main project folder and run it

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, to disturb you, and it's so dumb of me, I can't make out where the file is :(, please help!
and thank you so much in advance for helping others (including me) who are hardcore non-technical.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, to disturb you, and it's so dumb of me, I can't make out where the file is :(, please help! and thank you so much in advance for helping others (including me) who are hardcore non-technical.

https://github.com/cocktailpeanut/fluxgym/blob/0506a0205f9b4543730f2ba19969681a8f21939c/app-launch.sh

Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env bash

cd "`dirname "$0"`" || exit 1
. env/bin/activate
python app.py