Skip to content
/ NOFA Public

Automated Heroku Deployment for node.js and flask

Notifications You must be signed in to change notification settings

nit-ap/NOFA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

NOFA

An shell script for automatic Deployment of Node.js and Flask based webapp on heroku

Heroku at a glance:

Heroku is a cloud platform as a service supporting several programming languages. One of the first cloud platforms, Heroku has been in development since June 2007, when it supported only the Ruby programming language, but now supports Java, Node.js, Scala, Clojure, Python, PHP, and Go.

Prerequisite

Tech Download/Install
GitBash https://git-scm.com/downloads
Node.js https://nodejs.org/dist/v12.19.0/node-v12.19.0-x64.msi
Flask pip install flask
Heroku Cli https://devcenter.heroku.com/articles/heroku-cli

Follow simple steps to used this script:

  • clone this repository
 git clone https://github.com/devil-cyber/NOFA

  • After this place this repository in in your root user directory
eg. C:\Users\ASUS
  • Then after add the path upto bin directory to enivornment variable
    C:\Users\ASUS\heroku_deployment\bin
  • Now you can call globally shell executable file in your required directory using GitBash
main.sh

Contributing

Contribution and pull request are welcome:

  • First issue make code look beautiful for CLI
  • Add another cloud deployment servicse eg.Azure

When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.

Please note we have a code of conduct, please follow it in all your interactions with the project.

Pull Request Process

  1. Ensure any install or build dependencies are removed before the end of the layer when doing a build.
  2. Update the README.md with details of changes to the interface, this includes new environment variables, exposed ports, useful file locations and container parameters.
  3. Increase the version numbers in any examples files and the README.md to the new version that this Pull Request would represent.
  4. You may merge the Pull Request in once you have the sign-off of two other developers, or if you do not have permission to do that, you may request the second reviewer to merge it for you.

Code of Conduct

Our Pledge

In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.

Our Standards

Examples of behavior that contributes to creating a positive environment include:

  • Using welcoming and inclusive language
  • Being respectful of differing viewpoints and experiences
  • Gracefully accepting constructive criticism
  • Focusing on what is best for the community
  • Showing empathy towards other community members

Examples of unacceptable behavior by participants include:

  • The use of sexualized language or imagery and unwelcome sexual attention or advances
  • Trolling, insulting/derogatory comments, and personal or political attacks
  • Public or private harassment
  • Publishing others' private information, such as a physical or electronic address, without explicit permission
  • Other conduct which could reasonably be considered inappropriate in a professional setting

Our Responsibilities

Project maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response to any instances of unacceptable behavior.

Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.

License

MIT

About

Automated Heroku Deployment for node.js and flask

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages