Skip to content

Commit

Permalink
Merge pull request #364 from Soulou/scalingo_update
Browse files Browse the repository at this point in the history
Update tutorial to deploy Baikal on Scalingo, fewer steps!
  • Loading branch information
Net Gusto committed Apr 24, 2015
2 parents c7a2346 + 28fa6fb commit f813045
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,13 @@ Scalingo is the trendy European PAAS provider. See their offer here <https://sca
1. `git clone -b branch-2 https://github.com/netgusto/Baikal.git`
2. Create your Scalingo application (let's say we call it **my-baikal**)
3. Add the **MySQL** addon to your container
4. Define the Scalingo environment variable using the Application Admin panel in Scalingo: `BUILDPACK_NAME=php`
5. `cd Baikal`
6. `git remote add scalingo git@scalingo.com:my-baikal.git`
7. `git push scalingo branch-2:master`
8. Once the app has booted, open <http://my-baikal.scalingo.io> in your web browser.
9. Log in using the default account created during initialization (username: **admin**, password: **password**).
10. First thing to do then is to change your password (Upper right corner of the screen: **My profile**).
11. Et voilà !
4. `cd Baikal`
5. `git remote add scalingo git@scalingo.com:my-baikal.git`
6. `git push scalingo branch-2:master`
7. Once the app has booted, open <http://my-baikal.scalingo.io> in your web browser.
8. Log in using the default account created during initialization (username: **admin**, password: **password**).
9. First thing to do then is to change your password (Upper right corner of the screen: **My profile**).
10. Et voilà !

### Heroku

Expand Down

0 comments on commit f813045

Please sign in to comment.