forked from b3log/solo
-
Notifications
You must be signed in to change notification settings - Fork 0
Play in Tomcat en_US
wangdx edited this page Jun 4, 2013
·
2 revisions
You need have
- MySql 5+
- Tomcat 6+
- Create b3log database in MySql
- Config your datasource in ${b3log-solo-mysql-x.×.x}/WEB-INF/classes/local.properties
### JDBC database Configurations ###
jdbc.URL=jdbc:mysql://localhost:3306/b3log?useUnicode=yes&characterEncoding=UTF-8
jdbc.username=root
jdbc.password=yourpassword
The prefix should be set as some string other than empty
jdbc.tablePrefix=some_prefix
- Deploy your b3log into Tomcat and enjoy it.
Get Started
- Install
- Configuration
- Feature
Contributing
- Mailing Lists
- Before Developing
- Setup
- Skins Dev
- Other
Who We Are
FAQs
Third Party