-
Notifications
You must be signed in to change notification settings - Fork 2
Modify provision.sh, Makefile and update README #9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
1b809e5 to
22beb31
Compare
README.rst
Outdated
| ------------------------- | ||
|
|
||
| 1. Go do the edly directory. | ||
| 2. Run ``sudo chmod -R 777 src/`` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think we need to set these permissions. Try setting up edly devstack without this step.
31884ae to
9f6fa04
Compare
README.rst
Outdated
| .. code:: sh | ||
| make wordpress-shell | ||
| apt-get install php7.2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This container already contains php7.3 in it so we don't need it to install.
|
|
||
| .. code:: sh | ||
| ./provision-wordpress.sh |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
While provision we face several issues:
-
Permission denied Exception for theme and plugin folder this command outside helped:
sudo chmod a+rw ../edly-wp-plugin -R
sudo chmod a+rw ../edly-wp-theme -R -
Another issue is php7.2-xml is not install on my host machine so we installed it on our own using this command:
sudo apt-get install php7.2-xml
@tehreem-sadat Faced the same issues.
89a0e71 to
f6c4309
Compare
zubair-arbi
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for updating the setup guide 👍
Update README:
Update README according to Edly requirements.
Makefile:
Change "requirements" rule to install php and composer
provision.sh:
remove provision-wordpress.sh
provision-wordpress.sh:
add "#!/bin/bash" at start of file.
a861532 to
a93321a
Compare
Update README:
Update README according to Edly requirements.
Makefile:
Change "requirements" rule to install php and composer
provision.sh:
remove provision-wordpress.sh
provision-wordpress.sh:
add "#!/bin/bash" at start of file.