heroku login heroku create r-on-heroku git init git remote add heroku https://git.heroku.com/r-on-heroku.git git add . git commit -m "Initial commit" git push heroku master A quick look at https://r-on-heroku.herokuapp.com/ shows me that everything is ...
↧