Difference between revisions of "HowTo Setup AlphaCom NetworkDisk"
From Zenitel Wiki
(→Required tools for setting up AlphaCom NetworkDisk) |
|||
Line 36: | Line 36: | ||
== Required tools for setting up AlphaCom NetworkDisk == | == Required tools for setting up AlphaCom NetworkDisk == | ||
− | The setup procedure | + | The setup procedure requieres some manual steps use a ssh terminal and sftp file transfer. |
+ | |||
+ | Recomended tools to use: | ||
+ | |||
+ | SSH treminal: PuTTY (http://www.chiark.greenend.org.uk/~sgtatham/putty/) | ||
== Preparing the shares for AlphaCom support == | == Preparing the shares for AlphaCom support == |
Revision as of 10:38, 30 March 2008
The following services is supported on NetworkDisk:
- Extended Aphache/PHP/Mysql support
- Mysql Database storage
- Log storage
Contents
The only requirement for the sharing device is that is supports the SAMBA/CIFS protocol, and it has sufficient disk space.
On the sharing device tree separate shares needs to be setup:
Share Name | Description |
---|---|
local | The AlphaCom Extended Application packages. Mounted locally on /usr/local/ |
mysql | Storage space for the AlphaCom MySQL databases. Mounted locally on /var/mysql/ |
log | Storage space for AlphaCom system log. Mouned locally on /var/log/ |
Default:
user = ace passswd = alphacom
If other user/passwd is to be used the mounting scripts described below needs to be updated.
Required tools for setting up AlphaCom NetworkDisk
The setup procedure requieres some manual steps use a ssh terminal and sftp file transfer.
Recomended tools to use:
SSH treminal: PuTTY (http://www.chiark.greenend.org.uk/~sgtatham/putty/)