Changes between Version 12 and Version 13 of waue/2011/1107
- Timestamp:
- Nov 9, 2011, 5:01:12 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
waue/2011/1107
v12 v13 34 34 bin/cassandra 35 35 36 bin/cassandra-cli -h localhost 36 37 37 }}} 38 38 39 39 * 下載 Cassandra-PHP-Client-Library [https://github.com/kallaspriit/Cassandra-PHP-Client-Library/zipball/master (下載)] ,解壓縮到 /var/www/cassandra/ 下 40 40 41 * 在網頁內執行 Cassandra-PHP-Client-Library-exp.php 41 * 將 [http://trac.nchc.org.tw/cloud/attachment/wiki/waue/2011/1107/Cassandra-PHP-Client-Library-exp.php Cassandra-PHP-Client-Library-exp.php] 放在 /var/www/cassandra/ 與專案的 Cassandra.php 同目錄,並於瀏覽器執行。 42 43 * 驗證 44 45 {{{ 46 bin/cassandra-cli -h localhost 47 48 use CassandraExample; 49 show schema; 50 list user; 51 52 }}} 53 42 54 ---- 43 55