Potafish blog is a open-source project.
- Email to the autor(wan_neil@163.com) for database account
- Install jdk1.8 tomcat8.0 maven3.*
- Fork and clone pblog
- Download mysql driver to {TOMCAT_HOME}/lib
- Copy /PBlog/Resource/config/context.xml file to {TOMCAT_HOME}/conf(if your mysql driver version is 6, Please modify driverClassName to "com.mysql.cj.jdbc.Driver")
- Fill your database account in the configuration file
- run
Pls do not push your context.xml to github !