et_full_system 6.0.1 → 6.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/lib/et_full_system/cli/local.rb +10 -10
- data/lib/et_full_system/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b684fd43c828b1dc00923a61a26bd5e1bf902a00bc533f32475a30db8ec8acc4
|
|
4
|
+
data.tar.gz: bf252684bb7e7f05a5a0741e3b6e3506da11aba39a2d6de636ea80494eddbfd7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 247030c5dc556ef9a5d65b94be70d926dfb75ce6ee60f7f58d1774045a88091c52f93c6791060fb94e1ddd7f91c6284756ef5c8ce3a1344a6a6c6160904a290a
|
|
7
|
+
data.tar.gz: 2f3ce1da4beffea22ff066e7b2184237e64b47dfcf548436f9a6f303df80227f8b31c1ace00356abef53b0192167a11ebf10235d873c8469d8e6bedecef7b7ba
|
data/Gemfile.lock
CHANGED
|
@@ -349,7 +349,7 @@ module EtFullSystem
|
|
|
349
349
|
|
|
350
350
|
def setup_et1_service
|
|
351
351
|
puts "------------------------------------------------ SETTING UP ET1 SERVICE ---------------------------------------------------"
|
|
352
|
-
cmd = "bash --login -c \"cd #{PROJECT_PATH}/systems/et1 RAILS_ENV=#{options[:rails_env]} godotenv -f \"#{GEM_PATH}/foreman/.env\" godotenv -f \"#{GEM_PATH}/foreman/et1.env\" gem install bundler:1.17.3 && bundle install --with=#{options[:rails_env]}\""
|
|
352
|
+
cmd = "bash --login -c \"cd #{PROJECT_PATH}/systems/et1 && RAILS_ENV=#{options[:rails_env]} godotenv -f \"#{GEM_PATH}/foreman/.env\" godotenv -f \"#{GEM_PATH}/foreman/et1.env\" gem install bundler:1.17.3 && bundle install --with=#{options[:rails_env]}\""
|
|
353
353
|
puts cmd
|
|
354
354
|
external_command cmd, 'et1 setup'
|
|
355
355
|
|
|
@@ -357,56 +357,56 @@ module EtFullSystem
|
|
|
357
357
|
puts cmd
|
|
358
358
|
external_command cmd, 'et1 setup'
|
|
359
359
|
|
|
360
|
-
cmd ="bash --login -c \"cd #{PROJECT_PATH}/systems/et1 RAILS_ENV=#{options[:rails_env]} godotenv -f \"#{GEM_PATH}/foreman/.env\" godotenv -f \"#{GEM_PATH}/foreman/et1.env\" bundle exec rake db:create db:migrate assets:precompile\""
|
|
360
|
+
cmd ="bash --login -c \"cd #{PROJECT_PATH}/systems/et1 && RAILS_ENV=#{options[:rails_env]} godotenv -f \"#{GEM_PATH}/foreman/.env\" godotenv -f \"#{GEM_PATH}/foreman/et1.env\" bundle exec rake db:create db:migrate assets:precompile\""
|
|
361
361
|
puts cmd
|
|
362
362
|
external_command cmd, 'et1 setup'
|
|
363
363
|
end
|
|
364
364
|
|
|
365
365
|
def setup_et3_service
|
|
366
366
|
puts "------------------------------------------------ SETTING UP ET3 SERVICE ---------------------------------------------------"
|
|
367
|
-
cmd ="bash --login -c \"cd #{PROJECT_PATH}/systems/et3 RAILS_ENV=#{options[:rails_env]} godotenv -f \"#{GEM_PATH}/foreman/.env\" godotenv -f \"#{GEM_PATH}/foreman/et3.env\" gem install bundler:1.17.3 && bundle install --with=#{options[:rails_env]}\""
|
|
367
|
+
cmd ="bash --login -c \"cd #{PROJECT_PATH}/systems/et3 && RAILS_ENV=#{options[:rails_env]} godotenv -f \"#{GEM_PATH}/foreman/.env\" godotenv -f \"#{GEM_PATH}/foreman/et3.env\" gem install bundler:1.17.3 && bundle install --with=#{options[:rails_env]}\""
|
|
368
368
|
puts cmd
|
|
369
369
|
external_command cmd, 'et3 setup'
|
|
370
370
|
|
|
371
|
-
cmd ="bash --login -c \"cd #{PROJECT_PATH}/systems/et3 RAILS_ENV=#{options[:rails_env]} godotenv -f \"#{GEM_PATH}/foreman/.env\" godotenv -f \"#{GEM_PATH}/foreman/et3.env\" bundle exec rake db:create db:migrate assets:precompile\""
|
|
371
|
+
cmd ="bash --login -c \"cd #{PROJECT_PATH}/systems/et3 && RAILS_ENV=#{options[:rails_env]} godotenv -f \"#{GEM_PATH}/foreman/.env\" godotenv -f \"#{GEM_PATH}/foreman/et3.env\" bundle exec rake db:create db:migrate assets:precompile\""
|
|
372
372
|
puts cmd
|
|
373
373
|
external_command cmd, 'et3 setup'
|
|
374
374
|
end
|
|
375
375
|
|
|
376
376
|
def setup_admin_service
|
|
377
377
|
puts "------------------------------------------------ SETTING UP ADMIN SERVICE ---------------------------------------------------"
|
|
378
|
-
cmd ="bash --login -c \"cd #{PROJECT_PATH}/systems/admin RAILS_ENV=#{options[:rails_env]} godotenv -f \"#{GEM_PATH}/foreman/.env\" godotenv -f \"#{GEM_PATH}/foreman/et_admin.env\" gem install bundler:1.17.3 && bundle install --with=#{options[:rails_env]}\""
|
|
378
|
+
cmd ="bash --login -c \"cd #{PROJECT_PATH}/systems/admin && RAILS_ENV=#{options[:rails_env]} godotenv -f \"#{GEM_PATH}/foreman/.env\" godotenv -f \"#{GEM_PATH}/foreman/et_admin.env\" gem install bundler:1.17.3 && bundle install --with=#{options[:rails_env]}\""
|
|
379
379
|
puts cmd
|
|
380
380
|
external_command cmd, 'admin setup'
|
|
381
381
|
|
|
382
382
|
puts "| Admin | Running rake commands"
|
|
383
|
-
cmd ="bash --login -c \"cd #{PROJECT_PATH}/systems/admin RAILS_ENV=#{options[:rails_env]} godotenv -f \"#{GEM_PATH}/foreman/.env\" godotenv -f \"#{GEM_PATH}/foreman/et_admin.env\" bundle exec rake db:seed assets:precompile\""
|
|
383
|
+
cmd ="bash --login -c \"cd #{PROJECT_PATH}/systems/admin && RAILS_ENV=#{options[:rails_env]} godotenv -f \"#{GEM_PATH}/foreman/.env\" godotenv -f \"#{GEM_PATH}/foreman/et_admin.env\" bundle exec rake db:seed assets:precompile\""
|
|
384
384
|
puts cmd
|
|
385
385
|
external_command cmd, 'admin setup'
|
|
386
386
|
end
|
|
387
387
|
|
|
388
388
|
def setup_api_service
|
|
389
389
|
puts "------------------------------------------------ SETTING UP API SERVICE ---------------------------------------------------"
|
|
390
|
-
cmd ="bash --login -c \"cd #{PROJECT_PATH}/systems/api RAILS_ENV=#{options[:rails_env]} godotenv -f \"#{GEM_PATH}/foreman/.env\" godotenv -f \"#{GEM_PATH}/foreman/et_api.env\" gem install bundler:1.17.3 && bundle install --with=#{options[:rails_env]}\""
|
|
390
|
+
cmd ="bash --login -c \"cd #{PROJECT_PATH}/systems/api && RAILS_ENV=#{options[:rails_env]} godotenv -f \"#{GEM_PATH}/foreman/.env\" godotenv -f \"#{GEM_PATH}/foreman/et_api.env\" gem install bundler:1.17.3 && bundle install --with=#{options[:rails_env]}\""
|
|
391
391
|
puts cmd
|
|
392
392
|
external_command cmd, 'api setup'
|
|
393
393
|
|
|
394
394
|
puts "| API | Running rake commands"
|
|
395
|
-
cmd ="bash --login -c \"cd #{PROJECT_PATH}/systems/api RAILS_ENV=#{options[:rails_env]} godotenv -f \"#{GEM_PATH}/foreman/.env\" godotenv -f \"#{GEM_PATH}/foreman/et_api.env\" bundle exec rake db:create db:migrate db:seed\""
|
|
395
|
+
cmd ="bash --login -c \"cd #{PROJECT_PATH}/systems/api && RAILS_ENV=#{options[:rails_env]} godotenv -f \"#{GEM_PATH}/foreman/.env\" godotenv -f \"#{GEM_PATH}/foreman/et_api.env\" bundle exec rake db:create db:migrate db:seed\""
|
|
396
396
|
puts cmd
|
|
397
397
|
external_command cmd, 'api setup'
|
|
398
398
|
end
|
|
399
399
|
|
|
400
400
|
def setup_atos_service
|
|
401
401
|
puts "------------------------------------------------ SETTING UP ATOS SERVICE ---------------------------------------------------"
|
|
402
|
-
cmd ="bash --login -c \"cd #{PROJECT_PATH}/systems/atos RAILS_ENV=#{options[:rails_env]} godotenv -f \"#{GEM_PATH}/foreman/.env\" godotenv -f \"#{GEM_PATH}/foreman/et_atos.env\" gem install bundler:1.17.3 && bundle install --with=#{options[:rails_env]}\""
|
|
402
|
+
cmd ="bash --login -c \"cd #{PROJECT_PATH}/systems/atos && RAILS_ENV=#{options[:rails_env]} godotenv -f \"#{GEM_PATH}/foreman/.env\" godotenv -f \"#{GEM_PATH}/foreman/et_atos.env\" gem install bundler:1.17.3 && bundle install --with=#{options[:rails_env]}\""
|
|
403
403
|
puts cmd
|
|
404
404
|
external_command cmd, 'atos setup'
|
|
405
405
|
end
|
|
406
406
|
|
|
407
407
|
def setup_ccd_service
|
|
408
408
|
puts "------------------------------------------------ SETTING UP CCD EXPORT SERVICE ---------------------------------------------------"
|
|
409
|
-
cmd ="bash --login -c \"cd #{PROJECT_PATH}/systems/et_ccd_export RAILS_ENV=#{options[:rails_env]} godotenv -f \"#{GEM_PATH}/foreman/.env\" godotenv -f \"#{GEM_PATH}/foreman/et_ccd_export.env\" gem install bundler:1.17.3 && bundle install --with=#{options[:rails_env]}\""
|
|
409
|
+
cmd ="bash --login -c \"cd #{PROJECT_PATH}/systems/et_ccd_export && RAILS_ENV=#{options[:rails_env]} godotenv -f \"#{GEM_PATH}/foreman/.env\" godotenv -f \"#{GEM_PATH}/foreman/et_ccd_export.env\" gem install bundler:1.17.3 && bundle install --with=#{options[:rails_env]}\""
|
|
410
410
|
puts cmd
|
|
411
411
|
external_command cmd, 'ccd setup'
|
|
412
412
|
end
|