Created
October 19, 2012 16:55
-
-
Save bastianallgeier/3919312 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
"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?