Hi i have my application source code on github, now i want to upload it to my server. Should i first run rails new blog and then do a git init and git pull? Or do i have to create a folder manually, do a git pull to it and no need for rails new blog command?
Hi i have my application source code on github, now i want to upload
Share
first you want to git clone that repo from git hub
git clone blaa@github.com/blaaonce you get a folder created, go there and try doing
bundleonce that’s done and once your dependencies are resolved, you can start the server
rails server