-
Notifications
You must be signed in to change notification settings - Fork 3
Getting started
Erik Plestenjak edited this page Dec 11, 2013
·
8 revisions
-
Install GIT client on your computer (github, tortoisegit, ...)
-
Install web server suporting MySQL and PHP (LAMP, WAMP, XAMP,..)
-
Create a folder for your local website and point the webserver to it
-
Fork the repository from git, to your local website folder (GIT)
-
Import the database from the repository folder "database/database.sql"
-
Rename "wp-config-sample.php" to "wp-config.php" and edit the configuration in it.
-
Open your local site. Login with User: admin , pass: admin.
In case of problems there are official detailed wordpress manual instalation tutorials. You can also contact the ITT for help :). Official docs and tutorials