coding-blocks-archives/PPWeb201802_HerokuSample

Name: PPWeb201802_HerokuSample

Owner: Coding Blocks Archives

Description: null

Created: 2018-04-22 06:43:57.0

Updated: 2018-04-22 07:56:11.0

Pushed: 2018-04-22 07:56:10.0

Homepage: null

Size: 5

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

0. Make sure this is a git repo
init .

add -A

commit -sm "commit message"
1. Install Heroku CLI

Login to Heroku

ku login

Note: Does not work on Git Bash for Windows. Use Powershell or CMD.

2. Create App
ku  apps:create your-app-name
3. Publish to Heroku

Commit latest changes

add -A
commit -sm "update to latest code"

NOTE: If heroku git remote does not exist, then

remote add heroku https://git.heroku.com/your-app-name.git

Publish to heroku

push heroku master
4. Open Your project

https://your-app-name.herokuapp.com


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.