Skip to content
Erik Plestenjak edited this page Nov 15, 2013 · 8 revisions
  1. Install GIT client on your computer (github, tortoisegit, ...)

  2. Install web server suporting MySQL and PHP (LAMP, WAMP, XAMP,..)

  3. Create a folder for your local website and point the webserver to it

  4. Fork the repository from git, to your local website folder

  5. Import the database from the repository folder "database/database.sql"

  6. Rename "wp-config-sample.php" to "wp-config.php" and edit the configuration in it.

  7. Open your local site. Login with User: admin , pass: admin.

Official docs and tutorials

Clone this wiki locally