mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge pull request #378 from oddnoc/install-from-source-docs
Fixes for docs about installing from source (option 1)
This commit is contained in:
commit
5e7e823c73
@ -69,7 +69,8 @@ If you don't use version control, we recommend that you stick to the official [s
|
||||
|
||||
Run the following commands to install the Phing build system:
|
||||
|
||||
sudo pear install phing
|
||||
sudo pear channel-discover pear.phing.info
|
||||
sudo pear install phing/phing
|
||||
sudo pear install VersionControl_Git-0.4.4
|
||||
|
||||
### Step 3: Getting the required modules ###
|
||||
@ -92,7 +93,7 @@ and need to be added to your own repository. The commands depend on your reposit
|
||||
|
||||
# for git
|
||||
cd my-silverstripe-project/
|
||||
git add *
|
||||
git add .
|
||||
git commit -m "adding configuration files generated by phing"
|
||||
|
||||
### Step 5: Switch branches ###
|
||||
|
Loading…
Reference in New Issue
Block a user