You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git clone --branch 8.x-1.x-dev https://github.com/openscholar/openscholar.git some-dir
cd some-dir
cp defaults/.env .
vi .env # Use the GitHub token created before in GITHUB_TOKEN variable.
docker-compose up -d
docker-compose exec php composer install
cp defaults/settings.local.php web/sites/default
cp defaults/settings.php web/sites/default
./drush.sh site-install openscholar -vvv -y --db-url=mysql://osd8dev:drupal@mariadb/osd8dev --existing-config --account-pass=ADMIN_PASSWORD
make
./drush.sh cr
cd ..
# set up traefik
git clone https://github.com/subhojit777/traefik-helper.git traefik-helper
cd traefik-helper
./traefik-helper.sh up -d