文件名称:rails_elasticsearch
文件大小:54KB
文件格式:ZIP
更新时间:2024-03-06 20:37:27
Ruby
自述文件 起动と确认 $ docker-compose up Rails: localhost:3000 kibana: localhost:5601/app/kibana ElasticSearch: curl -XGET http://localhost:9200/ { "name" : "W6QSXE_", "cluster_name" : "rails-sample-cluster", "cluster_uuid" : "D9x8a0B7TqyuyMwdE4DTxw", "version" : { "number" : "6.5.4", "build_flavor" : "default", "build_type" : "tar", "build_hash" : "d2ef93d", "build_date" : "20
【文件预览】:
rails_elasticsearch-master
----Dockerfile(292B)
----.gitignore(1KB)
----README.md(812B)
----bin()
--------update(819B)
--------rails(141B)
--------bundle(125B)
--------yarn(303B)
--------rake(90B)
--------setup(957B)
----test()
--------system()
--------integration()
--------mailers()
--------fixtures()
--------models()
--------helpers()
--------test_helper.rb(290B)
--------application_system_test_case.rb(157B)
--------controllers()
----public()
--------500.html(2KB)
--------robots.txt(98B)
--------apple-touch-icon-precomposed.png(0B)
--------422.html(2KB)
--------apple-touch-icon.png(0B)
--------404.html(2KB)
--------favicon.ico(0B)
----Gemfile(2KB)
----db()
--------seeds.rb(9KB)
--------migrate()
--------schema.rb(2KB)
----log()
--------.keep(0B)
----docker-compose.yml(1KB)
----.ruby-version(10B)
----app()
--------jobs()
--------views()
--------mailers()
--------channels()
--------models()
--------helpers()
--------assets()
--------controllers()
----package.json(61B)
----vendor()
--------.keep(0B)
----Gemfile.lock(6KB)
----docker()
--------es()
--------mysql()
----config()
--------database.yml(209B)
--------spring.rb(111B)
--------environment.rb(128B)
--------cable.yml(185B)
--------credentials.yml.enc(464B)
--------environments()
--------application.rb(654B)
--------locales()
--------boot.rb(207B)
--------initializers()
--------routes.rb(74B)
--------storage.yml(1KB)
--------puma.rb(1KB)
----tmp()
--------.keep(0B)
----storage()
--------.keep(0B)
----config.ru(130B)
----lib()
--------tasks()
--------assets()
----Rakefile(227B)