免責聲明

Disclaimer (免責聲明)
繼續閱覽代表您接受以上的免責聲明.
To continue reading means you accept the above disclaimer.

2015年1月19日 星期一

codio, drupal starter pack


1. www.codio.com signup and Login
2. click "Starter Packs" on the left side-bar
3. click "CODIO-CERTIFIED / Drupal" starter pack
4. click "Use Pack" on the right side
5. fill in project name for the trial, then codio will install the chosen pack ...

... after installation of starter pack[an ubuntu box?]
6. Project [FileTree] -> Configure
-> Terminal will open and run drush to install drupal

7. Preview to visit the just-create drupal site

8. Project -> Box Info
...
http(s)://xxx-yyyy-3000.codio.io

WEB: Static Content

http://xxx-yyyy.codio.io
https://xxx-yyyy.codio.io
...



//===
Terminal, Shift+Alt+T
Code Beautify, Ctl+Shift+ B



//===
mysql> create database druDB
-> ;
Query OK, 1 row affected (0.01 sec)

mysql> create user codio identified by 'codioxxx'
-> ;
Query OK, 0 rows affected (0.05 sec)

mysql> use mysql;

mysql> delete from user where user='codio';
Query OK, 1 row affected (0.00 sec)

mysql> create user codio@localhost identified by 'codioxxx';


mysql> grant all privileges on druDB.* to codio@localhost;
Query OK, 0 rows affected (0.04 sec)

mysql> flush privileges;
Query OK, 0 rows affected (0.04 sec)



沒有留言:

張貼留言