Skip to content

Instantly share code, notes, and snippets.

@bastianallgeier
Created October 19, 2012 16:55
Show Gist options
  • Save bastianallgeier/3919312 to your computer and use it in GitHub Desktop.
Save bastianallgeier/3919312 to your computer and use it in GitHub Desktop.
First create an account on Heroku and download the Heroku Toolbelt.
Then open the terminal and sign into Heroku (it will ask for email/password and to generate a public key): $ heroku login
Now I just cd'ed in to my project folder and create an Heroku app (Cedar becoming the default stack): $ heroku create
FInally, add all the Kirby files to that folder plus the files needed for the mbstring functions (you can get them here in php/mbstring/ –just rename example-php.ini to php.ini).
That's it, just $ git push heroku master and you're done!
@horacioh
Copy link

"FInally, add all the Kirby files to that folder plus the files needed for the mbstring functions (you can get them here in php/mbstring/ –just rename example-php.ini to php.ini)."

where are those files?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment