Re: [Rails] Uploading from desktop to Heroku

2019-02-23 Thread brainiacsys5
Thank you David, Hassan and Joe. Your assistance has been greatly appreciated. On Saturday, February 23, 2019 at 2:07:11 PM UTC-5, David Merrick wrote: > > Hi you need to create a git repository. You can upload from git or upload > from your local computer. > > By using these statements, This wo

Re: [Rails] Uploading from desktop to Heroku

2019-02-23 Thread David Merrick
Hi you need to create a git repository. You can upload from git or upload from your local computer. By using these statements, This works on Linux Mint ad should work on there distros. You need to log into your heroku account bu using heroku login in the terminal. Then create your app on Heroku

Re: [Rails] Uploading from desktop to Heroku

2019-02-23 Thread Hassan Schroeder
On Sat, Feb 23, 2019 at 10:57 AM wrote: > > Maybe i should rephrase the question. If I have another online source safe, > why should I use github? Ah, different question. > Is there not a way to go directly from my development machine to uploading to > Heroku? ?? I sent a link to Heroku's doc

Re: [Rails] Uploading from desktop to Heroku

2019-02-23 Thread brainiacsys5
Maybe i should rephrase the question. If I have another online source safe, why should I use github? Is there not a way to go directly from my development machine to uploading to Heroku? On Saturday, February 23, 2019 at 1:40:27 PM UTC-5, Hassan Schroeder wrote: > > On Sat, Feb 23, 2019 at 10:21

Re: [Rails] Uploading from desktop to Heroku

2019-02-23 Thread Hassan Schroeder
On Sat, Feb 23, 2019 at 10:21 AM wrote: > > Why do I want to create a github first? What is the value in doing so? Interaction with Heroku aside, 1. You have your code somewhere besides your local disk as backup 2. It makes your project code accessible if you're switching computers 3. It allows

Re: [Rails] Uploading from desktop to Heroku

2019-02-23 Thread brainiacsys5
Why do I want to create a github first? What is the value in doing so? What if that isn't something i want to do? On Saturday, February 23, 2019 at 12:52:10 PM UTC-5, Joe Guerra wrote: > > You should create a github repository and add your code there first. Then > when you create your rails her

Re: [Rails] Uploading from desktop to Heroku

2019-02-23 Thread Hassan Schroeder
On Sat, Feb 23, 2019 at 9:22 AM wrote: > It appears I have gotten all the kinks worked out of this webapp. What I > would like to do now is upload it to Heroku from my Ubuntu Desktop. Please > advise to the steps associated with performing that task and any and all > advise in regard to things

Re: [Rails] Uploading from desktop to Heroku

2019-02-23 Thread Joe Guerra
You should create a github repository and add your code there first. Then when you create your rails heroku app, just select the repository. It will pull your files from the repo and build your app online. On Sat, Feb 23, 2019, 12:22 PM , wrote: > Hey everyone, > > It appears I have gotten al

[Rails] Uploading from desktop to Heroku

2019-02-23 Thread brainiacsys5
Hey everyone, It appears I have gotten all the kinks worked out of this webapp. What I would like to do now is upload it to Heroku from my Ubuntu Desktop. Please advise to the steps associated with performing that task and any and all advise in regard to things I should watch out for or be conc