文件名称:docker-rails-fig-sample:一个示例 RailsPostgres 应用程序,展示了如何使用 Docker 和 Fig
文件大小:42KB
文件格式:ZIP
更新时间:2024-07-26 16:09:09
Ruby
在 Docker 和 Fig 中使用 Rails/Postgres 这是一个带有 Docker 的演示 Rails 应用程序。 它创建用于部署到生产的开发环境和脚本。 此存储库基于 。 安装 安装和。 运行./scripts/init_development.sh来创建开发环境。 运行fig up以启动 rails web 服务器。 在 Web 浏览器中打开http://localhost:3000/ 。 在 Mac OS 上,运行boot2docker ip命令以获取 IP 地址。 fig stop - 停止应用程序。 fig rm - 删除应用程序容器。 这个怎么运作 Rails 应用程序泊坞窗图像 它为名为web的 Rails 应用程序创建一个 docker 镜像。 它被配置为将源代码保存在开发者主机上而不是图像中。 它允许对源代码进行更改并在浏览器中查看结果。 Dock
【文件预览】:
docker-rails-fig-sample-master
----.gitignore(471B)
----Dockerfile(423B)
----app()
--------mailers()
--------assets()
--------models()
--------helpers()
--------views()
--------controllers()
----config.ru(154B)
----bin()
--------rails(146B)
--------bundle(129B)
--------rake(90B)
----log()
--------.keep(0B)
----db()
--------migrate()
--------seeds.rb(343B)
--------schema.rb(995B)
----public()
--------robots.txt(204B)
--------422.html(1KB)
--------favicon.ico(0B)
--------500.html(1KB)
--------404.html(1KB)
----fig_production.yml(274B)
----scripts()
--------docker_data_volume_container_restore.sh(1KB)
--------docker_create_deploy_image.sh(1KB)
--------init_development.sh(3KB)
--------docker_data_volume_container_backup.sh(1002B)
--------fig_remove_containers.sh(554B)
--------docker_upload_data_volume_container.sh(3KB)
----README.md(5KB)
----vendor()
--------assets()
----config()
--------boot.rb(171B)
--------unicorn.rb(568B)
--------database.yml(372B)
--------routes.rb(2KB)
--------environments()
--------environment.rb(161B)
--------application.rb(992B)
--------locales()
--------initializers()
----lib()
--------assets()
--------tasks()
----Procfile(56B)
----Gemfile(1KB)
----fig.yml(282B)
----Rakefile(260B)
----app.json(452B)
----test()
--------mailers()
--------integration()
--------models()
--------helpers()
--------test_helper.rb(492B)
--------controllers()
--------fixtures()
----Dockerfile_deployment(21B)
----Gemfile.lock(3KB)