Skip to content

Instantly share code, notes, and snippets.

@sftsk
Created May 12, 2015 11:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sftsk/9fe32396394c8dd7d29e to your computer and use it in GitHub Desktop.
Save sftsk/9fe32396394c8dd7d29e to your computer and use it in GitHub Desktop.

In general for Wordpress the server needs the following:

https://wordpress.org/about/requirements/

In order for us to deploy to the server easily we will need the following as well:

  • folder with write permission on the server
  • domain pointing to the server and vhost set up to folder/current/web
  • ssh access to the server (with key authentication)
  • the server has to be able to run git & composer
  • database connection details (mysql)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment