Skip to content

Commit

Permalink
Adding github token to composer
Browse files Browse the repository at this point in the history
  • Loading branch information
dannylamb committed Jan 13, 2017
1 parent 3ae9f45 commit 0289af3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions install/configs/variables
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ FITS_WS_VERSION=1.1.3
MYSQL_USER=root
MYSQL_PASS=islandora
MYSQL_CONNECTOR_VERSION=6.0.4
GITHUB_TOKEN=changeme
1 change: 1 addition & 0 deletions install/scripts/composer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ echo "Installing Composer"
curl -sS https://getcomposer.org/installer | php
php composer.phar install --no-progress
mv composer.phar /usr/local/bin/composer
composer config --global github-oauth.github.com $GITHUB_TOKEN

0 comments on commit 0289af3

Please sign in to comment.