鹤PHP应用示例此应用程序展示了如何在集群上设置、部署、运行和更新PHP应用程序。
入门克隆存储库并创建Tsuru应用程序:
git clone 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数据库资源:
暂无评论