http://demo.acellemail.com/demo
下载地址
你必须注册后才能查看此内容。请 注册 并 登录
安装需求
Operating System: Linux (RedHat, Fedora, CentOS, Debian, Ubuntu, etc.). Unfortunately we have yet to support Windows or Mac OS.
PHP Version: 5.6, 7.0, 7.1 or higher
MySQL Version: >= 5.x
Application server: Apache, Nginx
Below are the PHP extensions that are required for installing Acelle Mail:
Mbstring
OpenSSL
Socket
PDO Driver
Tokenizer
PHP Zip Archive
IMAP Extension
PHP Version: 5.6, 7.0, 7.1 or higher
MySQL Version: >= 5.x
Application server: Apache, Nginx
Below are the PHP extensions that are required for installing Acelle Mail:
Mbstring
OpenSSL
Socket
PDO Driver
Tokenizer
PHP Zip Archive
IMAP Extension
安装方法
Apache安装方法:
建立虚拟主机,修改主机配置
<VirtualHost *:80>
ServerName topide.com
DocumentRoot "/home/user/topide/public"
Options Indexes FollowSymLinks
<Directory "/home/user/topide/public">
AllowOverride All
Require all granted
</Directory>
</VirtualHost>
将解压缩后的文件和文件夹除了“public”文件夹之外都上传到 服务器“/home/user/topide/”目录;然后将解压缩后得到的“public“目录下的内容上传到 服务器“/home/user/topide/public”目录。
然后运行http://topide.com/install 根据页面提示进行安装。
具体安装方法请参考解压缩后的acellemail/guideline/index.html文件。
评论(0)