Cloud9 adalah layanan cloud untuk pengembangan aplikasi atau biasa disebut sebagai PaaS (Platform as a Service).
*Mendukung platform pengembangan:* * PHP/WordPress * Python/Django * Ruby / Ruby on Rails * C/C++ * Node.js
*Paket FREE mendapatkan:* * 512MB RAM * 1GB Disk Space * 1 Premium workspace (private) * Unlimited community workspace (public)
*Setup Database MySQL* Perintah install
[INPUT]1 mysql-ctl install
Hasilnya
[INPUT]1 2 3 4 MySQL 5.5 database added. Please make note of these credentials: Root User: username Database Name: c9
MySQL console
[INPUT]1 mysql-ctl cli
Hasilnya
[INPUT]1 2 3 4 5 6 7 8 9 10 11 12 13 Welcome to the MySQL monitor. Commands end with ; or g. Your MySQL connection id is 15 Server version: 5.5.43-0ubuntu0.14.04.1 (Ubuntu) Copyright (c) 2000, 2015, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Type ‘help;’ or ‘h’ for help. Type ‘c’ to clear the current input statement. mysql>
*Setup phpMyAdmin* Perintah install
[INPUT]1 phpmyadmin-ctl install
Akses phpMyAdmin https://namaworkspace-username.c9.io/phpmyadmin
selamat mencoba ð
via docs.c9.io