编译安装:
apt-get install make gcc
cd /usr/src
wget https://www.inet.no/dante/files/dante-1.4.1.tar.gz tar xvfz dante-1.4.1.tar.gzcd dante-1.[......]
编译安装:
apt-get install make gcc
cd /usr/src
wget https://www.inet.no/dante/files/dante-1.4.1.tar.gz tar xvfz dante-1.4.1.tar.gzcd dante-1.[......]
最新的已经支持自动更新了,只需要一个简单的指令既可:
sh /opt/letsencrypt/letsencrypt-auto renew
路径自己按实际路径写。
如果需要定时,那么crontab加入:
0 0 * * 0 sh /opt/letsencrypt/l[......]
如果你刷新页面,你将发现另一个报错:PhalconDiException: Service 'view' wasn't found in the dependency injection container。之所以有这样的报错是因为每个模[……]
本节使用到的指令,crontab,vim,rsync。 只将实现顺序流程,细节知识自己查。 首先,明确服务器要备份的数据有哪些,假设需要备份的数据为: 1.网站文件:/wwwroot 2.数据库文件:/mysql/var 3.网站配置:/vhost 这三个路径,[……]
本节对应书里第二章 Using the router component in a module
原文翻译整理如下:
本节,我们将展示为应用创建路由。为了这么做,需要进入config配置的目录,并创建包含以下代码的routing.php文件:
<?php
$d[......]
本节对应书里第二章 Preparing the initial DI interface and the router
原文翻译整理如下:
在Bootstrap(引导程序)中,我们缺少两个文件:services.php和routing.php。 services[……]
本节对应书里第二章 Creating the configuration file and the Bootstrap
原文翻译整理如下:
几乎任何应用程序都有一些将被重用的常量(数据库凭据,SMTP凭据等)。对于我们的应用程序,我们将创建一个全局配置文件。 此[……]
本节对应书里第二章 PSR
原文翻译整理如下:PSR是PHP开发中使用的标准集合,它由一组人(PHP Framework Interop Group)支持。 标准包括: