tsuru-php-example:在 Tsuru 集群上运行的 PHP Silex 应用程序示例

时间:2024-07-26 11:15:33
【文件属性】:

文件名称:tsuru-php-example:在 Tsuru 集群上运行的 PHP Silex 应用程序示例

文件大小:8KB

文件格式:ZIP

更新时间:2024-07-26 11:15:33

PHP

鹤 PHP 应用示例 此应用程序展示了如何在集群上设置、部署、运行和更新 PHP 应用程序。 入门 克隆存储库并创建 Tsuru 应用程序: git clone https://github.com/sroze/tsuru-php-example.git tsuru app-create php-example php 使用app-info ,添加名为tsuru的 Git 远程并运行部署您的应用程序: git push tsuru master 按照你想要的方式创建一个 PostgreSQL 实例。 这是和共享实例的示例: tsuru service-add postgresapi example-db 以下是专用实例的示例: tsuru service-add postgresapi example-db dedicated 绑定 PostgreSQL 数据库资源:


【文件预览】:
tsuru-php-example-master
----conf()
--------apache-vhost.conf(500B)
----app.yml(98B)
----src()
--------App()
----web()
--------app.php(763B)
--------.htaccess(104B)
----composer.lock(21KB)
----README.md(939B)
----requirements.apt(10B)
----.gitignore(8B)
----composer.json(173B)

网友评论