このコンテンツは選択した言語では利用できません。
11.4. Cloning the Remote Application Repository
The remote application repository is not cloned to your local machine when an application is created with the Management Console. Therefore, it must be manually cloned so that the application code can be modified as required.
Clone the remote repository of an application into a local working directory with the following command:
Copy to Clipboard
Copied!
Toggle word wrap
Toggle overflow
Copy to Clipboard
Copied!
Toggle word wrap
Toggle overflow
rhc git-clone App_Name
$ rhc git-clone App_Namerhc git-clone App_Name
Example 11.5. Cloning the Remote Application Repository
rhc git-clone racer
$ rhc git-clone racer
Cloning into 'racer'...
Your application Git repository has been cloned to '/home/apps/racer'
This command copies the template application files from the remote repository into the working directory so that the application code and files can be modified to suit your requirements.