This is a Drupal 8 site powered by Docksal.
- apache2.4
- mysql-5.6
- php7.1
- memcached
- Install Docksal. Installtion Guide.
- Install AWS Command Line Interface. Installtion Guide
1. Clone this repo into your projects directory
git clone git@github.com:innoraft/grievance-portal.git grievance-portal
cd grievance-portal
2. Copy and rename the file .docksal/example.docksal-local.env
to .docksal/docksal-local.env
S3_BUCKET=
S3_PREFIX=
AWS_ACCESS_KEY_ID=
AWS_SECRECT_ACCESS_KEY=
2. Copy and rename the following files
.config/default/default.settings.php
to .docksal/default/settings.php
.config/default/default.settings.local.php
to .docksal/default/settings.local.php
3. Enter database credentials in .docksal/settings.local.php
$databases['default']['default'] = array (
'database' => '',
'username' => '',
'password' => '',
'host' => '',
'driver' => '',
);
4. Install the site.
Run the following command in the project root
fin init
5. Open the URL in the browser.
http://grievanceportal.local
# start project
fin up
# check logs
fin log