[METHOD] Get Backlinks from IBM Bluemix for FREE!

Rachmaninoff

Elite Member
Joined
Jan 19, 2011
Messages
3,634
Reaction score
5,427
Site Metric
v2qweTE

Sign up for free at
Code:
https://cloud.ibm.com/registration

H5jywzz

Then go to
Code:
https://cloud.ibm.com/devops/toolchains?
Create a toolchain. Pick Develop a Cloud Foundry app. Give it a name. Scroll down to Repository type and select New. Uncheck the ‘Make this repo private’. Create IBM Cloud IP key. Then hit the Create button.

Select Eclipse Orion Web IDE. Then go to File menu, New, File. Name it index.html.
oAwOmkN

Copy paste your html code into the editor.

Create a new manifest by going to File menu, New, File. Name it manifest.yml and copy paste the code below into your editor.
Code:
---
applications:
- buildpack: https://github.com/cloudfoundry/staticfile-buildpack.git
host: sample-${random}
name: sample-${random}
memory: 64M
stack: cflinuxfs2

Replace the host and the name with your host application URL. And it must be unique. Here is the sample
kaq4kxT


Then Deploy the App by clicking the start icon and then wait for a minute.
JE5XUzO


If it success, the light will turn into green like this
xX7en8Y


If it fails, go to your launch file and edit the “Name: “ with your unique name above.

Apply your changes to Git Repos by doing this
PaCyDDq


Enter a comment then Commit.
aWyNn2u


Hit the Sync button.
CHobY58


Then click Open the Deployed App to see the result
xX7en8Y


And voila! Your site is live!
JTLl51N


Link indexed on google
bAhIqEl


In case you missed my share [METHOD] Get Free Backlinks on Ms Azure DA90 and other cool methods, you may upgrade your account to Jr. VIP to get them for free :)
 
Any idea why it won't let me get past the key creation step? it just gets stuck like that. Can't chose an organization and move forward:
diHoCPG
 
Any idea why it won't let me get past the key creation step? it just gets stuck like that. Can't chose an organization and move forward:
diHoCPG
[/QUOTE.

just switch between regions till one of them sorts out
 
I'm facing this issue can you help me...
 

Attachments

  • Capture.PNG
    Capture.PNG
    8.2 KB · Views: 167
Can you make a video while making a dummy please, as i am getting error after clicking the start icon :(
 
Thank you so much for the great share.

Will this link good for tier one or tier two?
 
how do you then save it and get the deploy app sign, you did not talk about that plus what will be in the index.html file, you also did not show us that
 
i'm getting error

Space not found :( help me

Select Dallas as Region. At least read the previous post before posting a comment.

Can you make a video while making a dummy please, as i am getting error after clicking the start icon :(

Sorry no video. Enough with the spoon feed people. :(

Thank you so much for the great share.

Will this link good for tier one or tier two?

Tier one for sure.

thanks for the share, i will upgeade to jr vip soon.

That's great to hear man! Looking forward with your upgrade! :)

how do you then save it and get the deploy app sign, you did not talk about that plus what will be in the index.html file, you also did not show us that

when i visit the url it is blank please can you help me @op

index.html should be your own content!!! Not mine. If you can not help yourself creating a simple plain html file then it's not my problem.
 
Last edited:
just switch between regions till one of them sorts out
Thanks, it worked but i couldn't get the thing live eventually (403 error). I gave up, spent too much time figuring it out. Thanks for the info anyway.
 
I just made another application and it worked :) Thank you Sorry for asking too much. You are doing a great job .
 
Back
Top