Cara Buat Backlink
backlink from ibm |
2. Setelah selesai register, buat toolschain di https://cloud.ibm.com/devops/toolchains?
3. Create toolschain
4. Pilih develop a cloud foundry app
5. Scroll ke bawah di bagian repository isi new
6. Lanjut ke bawah uncheck "make this repository private"
7. Buat IBM IP Key
8. Habis itu create button
9. Pilih Eclipse Orion Web IDE
10. Klik file pilih new beri nama index.html.
11. Copy paste file index html di kolom editor
12. Buat new file lagi beri nama manifest.yml
13. Copy paste code dibawah ini di dalam editor manifest
---applications:- buildpack: https://github.com/cloudfoundry/staticfile-buildpack.githost: sample-${random}name: sample-${random}memory: 64Mstack: cflinuxfs2
14. Ganti host dan name dengan nama yang unik
15. Clik tombol play tunggu beberapa saat sampai web backlink yang di buat aktif.
File Index Html