Fik Stores Development Tools
-
Create a database and a user with perms on it
-
Configure your hosts file (/etc/hosts):
127.0.1.1 fik-sdk.lc
-
Configure your virtualhost:
<VirtualHost *:80> ServerName fik-sdk.lc DocumentRoot "/path-to-fik-sdk/wp" <Directory "/path-to-fik-sdk/wp"> AllowOverride All Require all granted </Directory> </VirtualHost>
-
Don't forget restart apache!!!
-
Clone the fik-sdk:
git clone https://github.com/fikinitiative/fik-sdk.git /path-to-fik-sdk/
-
Edit wp-cli.local.yml file with your database and wordpress configuration.
-
Install fik-sdk:
cd /path-to-fik-sdk/ vendor/composer.phar self-update && vendor/composer.phar install
-
Hooray!! Enjoy your fik-sdk installation on:
http://fik-sdk.lc