- Clone this repository;
- Update composer using this command:
composer update
(wordpress core and plugins will be installed automatically). - Set public directory as web site root (home) directory.
- Go to yoursite address (ex. yoursite.com) and finish installation process.
- Login in yoursite.com/wp/wp-admin, fill your credentials and enable all plugins in admin menu -> plugins.
- Import all data using xml file (in our case master/filmsstore.wordpress.2017-08-10.xml) and wp importer (already installed).
- Go to Settings -> Permalinks, select Post name then click on Save Changes button.
- Hooray! You are finished installation.
To compile SASS files use Grunt (will be installed automatically after composer update). Use grunt
command to run compile watcher.