Skip to content

Commit

Permalink
[DOCS] Moved settings-section behind the examples
Browse files Browse the repository at this point in the history
  • Loading branch information
mficzel committed Feb 25, 2016
1 parent b6ed318 commit 5c57700
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,21 @@ clone a remote Flow/Neos setup into the local Flow/Neos installation that execut
The data is replaced with the information from the remote host. Make sure you understand that before actually
using the commands.**

### sitegeist:magicwand:clone:list
### CLI-Examples
```
# show all available presets
./flow clone:list
# clone from remote host with the information stored in the master preset
./flow clone:preset master
# clone remote host with the information stored in the master preset
./flow clone:remotehost --host=host --user=user --port=port --path=path --context=context
```

### Settings.yaml

Show the presets that are defined in the configuration path. `Sitegeist.MagicWand.clonePresets`
The presets that are defined in the configuration path. `Sitegeist.MagicWand.clonePresets`

```
Sitegeist:
Expand All @@ -46,18 +58,6 @@ Sitegeist:
The settings should be added to the global `Settings.yaml` of the project, so that every
developer with SSH-access to the remote server can easily clone the setup.

### CLI-Examples
```
# show all available presets
./flow clone:list
# clone from remote host with the information stored in the master preset
./flow clone:preset master
# clone remote host with the information stored in the master preset
./flow clone:remotehost --host=host --user=user --port=port --path=path --context=context
```

## Quick backup and restore mechanisms for persistent data

Sometimes it's useful to quickly backup an integral persistent state of an application, to then perform some risky
Expand Down

0 comments on commit 5c57700

Please sign in to comment.