A
A
Artem2012-08-29 21:21:12
git
Artem, 2012-08-29 21:21:12

How to properly clone a remote rap to a local machine

Tell me how to deploy the RoR project to the local machine from github.
Tried git pull. Wrong, some gems did not start.
Thank you.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
V
vsespb, 2012-08-29
@add1ct

git clone

M
Mezomish, 2012-08-29
@Mezomish

Try

$ git clone --recursive [repo url]

Perhaps some gems were included as submodules.

F
FanKiLL, 2012-08-30
@FanKiLL

git clone (https: or ssh: url)
Go to application folder cd folderName
bundle installDownload gems you don't have

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question