Skip to content

Commit

Permalink
quick fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pierreozoux committed Nov 11, 2015
1 parent 268908e commit c72569e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion install
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 6,15 @@ set -x
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
rm -rf $DIR/.git
rm README.md
rm install
rm LICENSE

git clone https://github.com/piwik/docker-piwik.git .

MYSQL_ROOT_PASSWORD=`tr -dc A-Za-z0-9_ < /dev/urandom | head -c 20 | xargs`

echo "MYSQL_ROOT_PASSWORD=${MYSQL_ROOT_PASSWORD}" > .env
echo "MYSQL_DATABASE=dotclear" >> .env
echo "MYSQL_DATABASE=piwik" >> .env
echo "MAIL_PASS=${MAIL_PASS}" >> .env
echo "MAIL_USER=${MAIL_USER}" >> .env
echo "MAIL_HOST=${MAIL_HOST}" >> .env
Expand Down

0 comments on commit c72569e

Please sign in to comment.