Skip to content

devcollaborative/wordpress-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

WordPress on Amezmo

How to

  1. Clone this repository into your GitHub account.
  2. Setup a new application on your Amezmo account, and head to the Git Wizard to import a repository. More information is located in the documentation located at https://docs.amezmo.com/git/import-or-create-repo.html

Admin Password

The default password is "password". You should change this. Simply change the password by editing line 37 and 38 inside .amezmo/after.pull On line 37 and 38, you should see the following:

  --admin_password='password' \
  --admin_email='info@amezmo.com' \

Edit the values between the quotes to your chosen ones. Make sure to commit your changes before Importing your repository to your Amezmo account.

Learn More

Learn more about Amezmo at https://www.amezmo.com

Next (Advanced)

To further leverage Amezmo, you may consider using a more advanced WordPress deployment strategy. You can learn more about this from the Blog post How To Install WordPress With Git located at https://blog.amezmo.com/how-to-install-wordpress-with-git/

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%