For Linux, refer to this page.
- Install Xampp.
- Install the GitHub client (optional, if you already have a git client)
- Clone the project in the GitHub client to
C:\xampp\htdocs\
, so that you get a folderC:\xampp\htdocs\portal
. - Download Wordpress and extract the archive to
C:\xampp\htdocs\portal
, so that you get all the wordpress files and keep thewp-content/themes/flueba-portal
folder from the git repository. - Start Xampp.
- Go to localhost/phpmyadmin/ and click
New
in the sidebar. Name the database portal and chooseutf8_general_ci
als encoding. - Go to localhost/portal. For the database, enter
portal
for the name,root
as the user, and an empty password. Then follow the remaining installation prompts. - Once installed, login to the Wordpress admin, go to Plugins and install
Advanced Custom Fields
. - Lastly, go to Appearance > Themes and choose the
flueba-portal
theme.