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

Created development environment by deploying application to Heroku #5

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

indraneelL
Copy link

@indraneelL indraneelL commented Nov 10, 2021

Hello, This was indeed great Flask Example, i have taken the liberty to establish a deployment to heroku.

Instructions to run the application.

  1. Install Heroku Command Line Interface
  2. Clone our repository
  3. create a Python virtual environment.

python -m venv venv/
source venv/bin/activate

  1. Login to Heroku using command Heroku login or else signup in Heroku and again enter Heroku Login.
  2. Deploy the app : Create an app on Heroku, which prepares Heroku to receive your source code:
  3. heroku create "app name"
  4. git push heroku main or master
  5. From the command line you will get a link ending with saying deployed to heroku. Copy the URL and check in browser.
    similar to: https://basic-flask-app-python.herokuapp.com/ deployed to Heroku

@indraneelL indraneelL closed this Nov 10, 2021
@indraneelL
Copy link
Author

Reverting for environment changes

@indraneelL indraneelL reopened this Nov 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants