close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_delta.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Oct 7, 2009, 11:26:16 AM (16 years ago)
- Author:
-
rock
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v1
|
v2
|
|
56 | 56 | ---- |
57 | 57 | = 【Step 1:設定 Eucalyptus 套件庫】 = |
58 | | * 到[http://open.eucalyptus.com/downloads 此網站]下載適合我們系統的套件檔 |
59 | | * |
| 58 | * 到[http://open.eucalyptus.com/downloads 此網站]下載適合我們系統的套件檔 (下載至家目錄) |
| 59 | * 設定 Eucalyptus 套件庫 |
| 60 | {{{ |
| 61 | $ tar zxvf eucalyptus-1.5.2-lenny-amd64.tar.gz |
| 62 | $ cd eucalyptus-1.5.2-lenny-amd64 |
| 63 | $ sudo su |
| 64 | $ echo deb file://${PWD} ./ >> /etc/apt/sources.list |
| 65 | }}} |
| 66 | * 檢查是否有正確加到 apt 套件庫 |
| 67 | {{{ |
| 68 | $ vim /etc/apt/sources.list |
| 69 | $ gedit /etc/apt/sources.list |
| 70 | }}} |
60 | 71 | {{{ |
61 | 72 | |
62 | 73 | }}} |
63 | | |