README.md in pave-0.0.12 vs README.md in pave-0.2.0
- old
+ new
@@ -8,37 +8,35 @@
$ gem install pave
## Usage
+Create a new Concrete5 website:
+
$ pave new mywebsite
+This:
+
1. Downloads Concrete 5.6.2.1
2. Unzips it into `mywebsite`
3. Removes extra folders
4. Builds an app folder of commonly used folders (symlinked into the root folder so Concrete5 can find them)
5. Initializes a Git repo and adds the first ("Initial") commit.
- $ pave update
+Other commands:
-Updates pave to the latest version.
+ $ pave --help
+
+Outputs common tasks that pave can do.
- $ pave version
-
-Outputs the current version.
-
## TODO
-1. Set up virtual host (`pave virtualhost mywebsite.dev`)
-2. ? Create database (`pave database mydatabase`)
-3. Tell user to go set up Concrete5 in-browser once virtual host and db is set up
-4. Uninstall? `pave remove mywebsite` (including virtual host)
-5. Just remove virtual host? `pave rmvirtualhost mywebsite.dev`
-6. Do database dumps. `pave db dump`
-7. Do live database download & replace local one. `pave db download` (confirmation first)
-8. Do local database upload & replace remote one. `pave db upload` (confirmation first)
-9.
-
+1. ? Create database (`pave database mydatabase`)
+1. Tell user to go set up Concrete5 in-browser once virtual host and db is set up
+1. Uninstall? `pave remove mywebsite` (including virtual host)
+1. Do database dumps. `pave db dump`
+1. Do live database download & replace local one. `pave db download` (confirmation first)
+1. Do local database upload & replace remote one. `pave db upload` (confirmation first)
## Contributing
0. Create an issue explaining what you'd like to do and get feedback