文件名称:tt-twitter:在Rails + Docker-compose + Heroku Container Registry上的Twitter搜索应用程序
文件大小:44KB
文件格式:ZIP
更新时间:2024-03-11 11:13:35
Ruby
tt-twitter Rails + Docker-compose + Heroku容器注册表上的twitter搜索应用程序 Ruby版本 2.5.1 系统依赖 码头工人 Heroku 配置 $ git clone https://github.com/tsubasa-tech/tt-twitter.git $ docker-compose run web rails db:create $ docker-compose up 只需按照上面的三个命令,然后检查 从第二次开始,您只需要启动命令。 $ docker-compose start 有关docker-compose的更多信息 笔记: 为了使用twitter API,您需要获取twitter API使用者密钥。 获取使用者密钥后: $ rm config/credentials.yml.enc $ docker-co
【文件预览】:
tt-twitter-master
----bin()
--------update(819B)
--------rake(213B)
--------yarn(303B)
--------setup(957B)
--------spring(507B)
--------rails(264B)
--------bundle(125B)
----vendor()
--------.keep(0B)
----config()
--------locales()
--------database.yml(3KB)
--------initializers()
--------puma.rb(1KB)
--------application.rb(656B)
--------routes.rb(66B)
--------credentials.yml.enc(568B)
--------boot.rb(207B)
--------storage.yml(1KB)
--------spring.rb(111B)
--------cable.yml(187B)
--------environment.rb(128B)
--------environments()
----package.json(63B)
----db()
--------seeds.rb(370B)
----Rakefile(227B)
----test()
--------application_system_test_case.rb(157B)
--------models()
--------test_helper.rb(290B)
--------system()
--------controllers()
--------mailers()
--------integration()
--------fixtures()
--------helpers()
----Dockerfile(282B)
----app()
--------models()
--------jobs()
--------assets()
--------controllers()
--------views()
--------mailers()
--------helpers()
--------channels()
----storage()
--------.keep(0B)
----Gemfile(2KB)
----Gemfile.lock(6KB)
----docker-compose.yml(223B)
----.ruby-version(10B)
----.gitignore(1KB)
----lib()
--------tasks()
--------assets()
----public()
--------404.html(2KB)
--------apple-touch-icon.png(0B)
--------apple-touch-icon-precomposed.png(0B)
--------robots.txt(98B)
--------500.html(2KB)
--------422.html(2KB)
--------favicon.ico(0B)
----README.md(2KB)
----config.ru(130B)