-
Notifications
You must be signed in to change notification settings - Fork 0
Getting Started (PC)
Andrea edited this page Jun 27, 2013
·
2 revisions
(This page is intended for someone new to the project. Before starting, make sure you have the required permissions.)
Skip if you already have XAMPP
- Download XAMPP for Windows.
- Run the XAMPP install (double-click the .exe file).
- Open up XAMPP Control.
- Run Apache and MySQL.
- Type " localhost " into your browser.
- You should see an orange success page.
- Go to your xampp directory:
cd /c/xampp/htdocs/ - Clone the Repository (SSH):
git clone [email protected]:codefest/redapple.git - Check for a newly created folder in your htdocs.
Type " localhost/phpmyadmin " into your browser.
- Go to the " Databases " tab.
- Create a new database named " redapple "
- Leave the defaults
- Go to the " Users " tab.
- Click " Add user ".
- User name: rauser
- Host: localhost ( simply select " Local " on the dropdown )
- Password: secure
- Global privileges: Check All
- Go to the " redapple " database on your left.
- Click on the " Import " tab at the top.
- Choose file: /c/xampp/htdocs/redapple/resources/db/redapple_YYYY-MM-DD.sql
- Click on " Go ".
Type localhost/redapple into your browser and you should see a wordpress page.