Skip to content

Commit a9bf2d2

Browse files
Merge branch 'dev' of github.com:russellmacshane/quick-wordpress into dev
2 parents 0e94471 + 030762e commit a9bf2d2

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

README.md

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -32,18 +32,8 @@ The goal of this project is to create a quick virtual machine setup with a WordP
3232

3333
## Backup and Restores
3434
1. In order to do backup and restores login to your virtual machine - `$ vagrant ssh`
35-
2. `$ cd /quick-wordpress`
36-
3. `$ ./backup.sh` and follow the on screen instructions
37-
4. Backups are saved in the `/quick-wordpress/backups` directory
38-
5. If you'd like to restore from a previous backup - `$ ./restore.sh` and follow the on screen instructions
35+
2. `$ qwcli backup` and follow the on screen instructions
36+
3. If you'd like to restore from a previous backup - `$ qwcli restore` and follow the on screen instructions
3937

4038
## Cleanup
4139
1. If you are ready to delete your WordPress VM from you local machine - `$ vagrant destroy -f`
42-
43-
## Project Roadmap
44-
* ~~LAMP Stack installed on Virtual Machine with WordPress using Vagrant~~
45-
* ~~Plugin installations on initial WordPress install~~
46-
* ~~Site Backups~~
47-
* ~~Site Restores~~
48-
* Web Application instead of bash scripts for WordPress install, backup, and restore
49-
* Modifications to WP details in order to give a working WordPress backup to a host

0 commit comments

Comments
 (0)