Skip to content

Instantly share code, notes, and snippets.

@AlessandroChecco
Forked from caseywatts/MediawikionHeroku.md
Created April 23, 2017 13:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AlessandroChecco/cf8f15449d7d37a06773b611efa46dd0 to your computer and use it in GitHub Desktop.
Save AlessandroChecco/cf8f15449d7d37a06773b611efa46dd0 to your computer and use it in GitHub Desktop.
Mediawiki on Heroku
git clone https://github.com/caseywatts/mediawiki
heroku apps:create MYAPPNAME
echo "web: vendor/bin/heroku-hhvm-apache2" >> Procfile
curl -sS https://getcomposer.org/installer | php
php composer.phar update
# add & commit composer.lock

heroku buildpacks:add heroku/php
heroku ps:scale web=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment