This project template should provide a kickstart for managing your site dependencies with Composer.
First you need to install Composer and Git.
composer create-project dennisdigital/polaris-drupal-project:^1.0.0 polaris --stability dev --no-interaction
If you want to check out a different version of the profile or any contrib module:
cd polaris && composer require dennisdigital/polaris:dev-[BRANCH]
If you want to run the docker image locally:
docker run -v ./[LOCAL_FOLDER]/:/var/www/polaris --rm --name polaris -p 8080:80 -d dennisdigital/drupalci:8-apache-interactive
This is useful when you want to work on the project and test changes locally. You can ssh inside the container and run the same commands as in .circleci folder.
docker exec -it polaris sh
If you want to see the site, browse http://localhost:8080
cd /var/www/polaris
vendor/bin/phpunit
Create project will install Polaris into the web directory. You can now install Polaris as you would with any Drupal 8 site. See: Drupal installation guide. If you are using the Polaris Vagrant box you can run the command on /var/www/html folder. Then visit http://polaris.vm.cms.didev.co.uk. See the Readme of the Vagrant box for more info.
Installing the profile
cd /var/www/html/polaris
make site-create
This will run a site installation, initialize git and export the config.
Now you need to commit your files. Remember to export a db dump.