Readme changes

This commit is contained in:
Almira Krdzic
2018-07-30 09:07:20 +02:00
parent ff693b9a76
commit ca002a86c5

View File

@@ -92,9 +92,9 @@ Wiaas implementation based on wordpress [woocommerce](https://woocommerce.com/)
### Backend ### Backend
- Project structure - Project structure
Project structure is inspired with [Roots Bedrock structure](https://roots.io/bedrock/). `Project structure is inspired with [Roots Bedrock structure](https://roots.io/bedrock/).
├── composer.json # → Manage versions of WordPress, plugins & dependencies ├── composer.json # → Manage versions of WordPress, plugins & dependencies
@@ -125,7 +125,7 @@ Wiaas implementation based on wordpress [woocommerce](https://woocommerce.com/)
- Secure passwords with [wp-password-bcrypt](https://github.com/roots/wp-password-bcrypt) - Secure passwords with [wp-password-bcrypt](https://github.com/roots/wp-password-bcrypt)
- Composer as task runner for automatic wordpress db updates - Composer as task runner for automatic wordpress db updates
- Dependencies management - Dependencies management
Wordpress core (`"johnpbloch/wordpress"`) and wordpress plugins code are managed with `composer.json` file. Wordpress core (`"johnpbloch/wordpress"`) and wordpress plugins code are managed with `composer.json` file.
@@ -138,7 +138,7 @@ Wiaas implementation based on wordpress [woocommerce](https://woocommerce.com/)
(ex: woocommerce plugin exposes `wp wc update` which will apply pending database plugins for woocommerce). (ex: woocommerce plugin exposes `wp wc update` which will apply pending database plugins for woocommerce).
For updating wordpress core or plugins, update version for package For updating wordpress core or plugins, update version for package
(wordpress core database changes will be applied with `wp core update-db` cli command ). wordpress core database changes will be applied with `wp core update-db` cli command ).
After any of these actions run: After any of these actions run:
@@ -151,7 +151,7 @@ Wiaas implementation based on wordpress [woocommerce](https://woocommerce.com/)
WP CLI is very powerful tool for writing automation scripts without need to track and copy mysql dumps. WP CLI is very powerful tool for writing automation scripts without need to track and copy mysql dumps.
- Wiaas plugin - Wiaas plugin
Our code is placed inside `backend/app/plugins/wiaas` folder. Our code is placed inside `backend/app/plugins/wiaas` folder.
This folder will be managed by git and commited to repository (check `backend/.gitignore`). This folder will be managed by git and commited to repository (check `backend/.gitignore`).