Sorry! I lose something. But after below processes, I still cannot see my index.php in
https://strong-planet-2902.herokuapp.com.
E: mp\heroku2>heroku login
Enter your Heroku credentials.
Email:
rikcuo.akira@gmail.comPassword (typing will be hidden):
Authentication successful.
E: mp\heroku2>git clone
git@heroku.com:strong-planet-2902.git -o heroku
Cloning into 'strong-planet-2902'...
remote: Counting objects: 162, done.
remote: Compressing objects: 100% (144/144), done.
remote: Total 162 (delta 71), reused 0 (delta 0)
Receiving objects: 100% (162/162), 123.89 KiB | 34 KiB/s, done.
Resolving deltas: 100% (71/71), done.
E: mp\heroku2\strong-planet-2902>git remote
heroku
modify the index.php
E: mp\heroku2\strong-planet-2902>git commit -am "changed greeting"
[master 072c608] changed greeting
Committer: unknown <
akirachen@akirachen.(none)>
Your name and email address were configured automatically based
on your username and hostname. Please check that they are accurate.
You can suppress this message by setting them explicitly:
git config --global user.name "Your Name"
git config --global user.email
you@example.comAfter doing this, you may fix the identity used for this commit with:
git commit --amend --reset-author
1 files changed, 1 insertions(+), 1 deletions(-)
E: mp\heroku2\strong-planet-2902>git push heroku master
Counting objects: 5, done.
Delta compression using up to 2 threads.
Compressing objects: 100% (3/3), done.
Writing objects: 100% (3/3), 295 bytes, done.
Total 3 (delta 2), reused 0 (delta 0)
-----> Heroku receiving push
-----> Ruby/Rack app detected
-----> Installing dependencies using Bundler version 1.2.0.pre
Running: bundle install --without development:test --path vendor/bundle -
-binstubs bin/ --deployment
Using addressable (2.2.7)
Using crack (0.1.8)
Using daemons (1.1.3)
Using eventmachine (0.12.10)
Using multipart-post (1.1.5)
Using rack (1.3.2)
Using faraday (0.7.6)
Using httparty (0.7.8)
Using json (1.5.4)
Using multi_json (1.0.3)
Using koala (1.3.0)
Using tilt (1.3.3)
Using sinatra (1.2.6)
Using thin (1.2.11)
Using bundler (1.2.0.pre)
Your bundle is complete! It was installed into ./vendor/bundle
Cleaning up the bundler cache.
-----> Discovering process types
Procfile declares types -> web
Default types for Ruby/Rack -> console, rake
-----> Compiled slug size is 8.8MB
-----> Launching... done, v6
http://strong-planet-2902.herokuapp.com deployed to Heroku
To
git@heroku.com:strong-planet-2902.git a23dc99..072c608 master -> master
When I input the website
https://strong-planet-2902.herokuapp.com/index.php in IE, it appears the error message "cannot find the website" even I login facebook. Does somebody know how to add a index.php to heroku and validate it?