记录精彩的程序人生
1.将静态资源或目录上传到solo根目录下,例如updates目录 2.编辑solo/static-resources.xml 增加一行 <include path="/updates/**"/> 3.重启solo
备用
在腾讯云上申请了一台云服务器,准备作为个人博客用,最终选择了Solo这个开源博客系统。下面简单记录了这个系统的部署过程。 部署环境说明 名称 说明 腾讯云服务器 全新1 核 1 GB 1 Mbps, 高性能云硬盘 操作系统 CentOS 7.4 数据库 MariaDB JDK 1.8.0_201 反向代理 NGINX Solo 3.1.0 web容器 独立模式使用内嵌的 Jetty 容器进行部署 我的博客地址 acuilab.com 准备工作 首先在腾讯云上申请云服务器,并选择安装CentOS 7.4操作系统。 使用Putty远程登录云服务器。 使用FileZilla作为ftp客户端 参考阿里云CentOS7.4上搭建FTP服务器搭建ftp服务器 安装MariaDB 参考Centos7安装mariadb 参考将mariadb服务添加至开机自启动设置开机自启动:systemctl enable mariadb.service systemctl enable mariadb.service 注意配置MariaDB的字符集为u....