Skip to content

Commit

Permalink
Updated README.md (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
BMO-tech authored Jan 6, 2018
1 parent 193f8b6 commit 89928cf
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Customer Experience API
This repo holds the build and local development functions for the CX API
# WAR Framework
This repo holds the build and local development functions for new projects

v0.1.0-alpha

Expand All @@ -17,5 +17,7 @@ Requires:

* Clone this repo
* Run `docker-compose up -d`
* `composer install` in `/wordpress/wp-content/plugins/cx-api`
* `composer install` in `/wordpress/wp-content/themes/cx-ng-theme`
* If Linux: `sudo find wordpress -type d -exec chmod 775 {} \; && sudo find wordpress -type f -exec chmod 664 {} \;`
* View `README.md` in `wordpress/wp-content/plugins`
* View `README.md` in `wordpress/wp-content/themes`
* View `README.md` in `angular`

0 comments on commit 89928cf

Please sign in to comment.