roller4簡單安裝

2021-08-25 07:19:09 字數 957 閱讀 1605

apache roller4.0 安裝很方便。其實不用完全參照安裝手冊上的。

簡單步驟如下:

資料庫用的是msyql,先建立乙個資料庫rollerdb

mysql> create database rollerdb default charset utf8 collate utf8_general_ci;

預設是使用 utf8 編碼

將activation.jar,mail.jar,jdbc驅動三個jar檔案放入tomcat6的lib資料夾中

建立乙個 roller-custom.properties 檔案內容如下:

installation.type=auto

database.configurationtype=jdbc

database.jdbc.driverclass=com.mysql.jdbc.driver

database.jdbc.connectionurl=jdbc:mysql://localhost:3306/rollerdb?autoreconnect=true&useunicode=true&characterencoding=utf-8&mysqlencoding=utf8

database.jdbc.username=scott

database.jdbc.password=tiger

mail.configurationtype=properties

mail.hostname=smtp-server.example.com

mail.username=scott

mail.password=tiger

roller-custom.properties 放到 tomcat/lib 下

啟動tomcat ,就可以正常安裝roller了

從http://localhost:8080/roller訪問。

在Centos下安裝Firefox 4簡單過程

2.解壓 tar xjvf x.tar.bz2 c usr local 3.替換原有的 firefox 命令 which firefox usr bin firefox mv usr bin firefox usr bin firefox old ln s usr local firefox fir...

ArchLinux安裝簡單安裝教程

配置好網路,後遠端連線.或者直接安裝 如下命令 1 2 3 4 echonameserver 218.85.152.99 etc resolv.conf echo114.112.41.90 mirrors.yun idc.com etc hosts echo221.236.12.140 mirror...

tengine簡單安裝 Tengine 安裝流程

1,軟體準備 cd usr local src tar zxvf pcre 8.33.tar.gz tar zxvf openssl 1.0.1h.tar.gz tar jxvf jemalloc 3.5.0.tar.bz2 tar zxvf zlib 1.2.8.tar.gz wget c tar...