New project structure #6
Reference in New Issue
Block a user
Delete Branch "new-project-structure"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
New project structure for wordpress backend
https://app.asana.com/0/697944902557002/762876339942279
New project structure based on Bedrock project structure.
This approach enables:
Go to project README file for detailed description.
NOTICE
This PR requires update to deployment procedure since it includes new environment variables.
SMOKE TEST
Check if docker works as before
Copy provided environment.env file to .env file and update environment variables
Execute
Go to http://localhost:8081 and check wordpress admin is avaialable and has following plugins activated:
'jwt-authentication-for-wp-rest-api', 'groups', 'woocommerce-jetpack'
Also check under woocommerce booster settings that 'Product Visibility by User Role' is enabled
Go to http://localhost:8080 and check that you can login as wordpress administrator user.
Check that local development works as before
Copy provided environment.env file to development.env file and add your environment variables
Execute
Point your apache web server to backend directory and copy .htaccess from docker/php to backend folder
Test that wp admin is available on your desired url and has following plugins activated:
'jwt-authentication-for-wp-rest-api', 'groups', 'woocommerce-jetpack'
Also check under woocommerce booster settings that 'Product Visibility by User Role' is enabled
Run frontend application to point to your local url and check that you can login as wp admin.
assigned to @bilal.catic
changed the description
changed the description
merged
mentioned in commit
158a3a97ad