Issues noted during QA run.

pull/1005/head
Rick Carlino 2018-10-04 13:29:09 -05:00
parent 8245bf40f1
commit e9f7977cda
2 changed files with 3 additions and 4 deletions

View File

@ -1,5 +1,4 @@
FROM rabbitmq:3.7.6 FROM rabbitmq:3.7.6
ADD ./rabbitmq.conf /etc/rabbitmq/
RUN rabbitmq-plugins enable --offline \ RUN rabbitmq-plugins enable --offline \
rabbitmq_auth_backend_http \ rabbitmq_auth_backend_http \
rabbitmq_management \ rabbitmq_management \

View File

@ -17,7 +17,8 @@ sudo chmod +x /usr/local/bin/docker-compose
# Install FarmBot Web App # Install FarmBot Web App
# ⚠ SKIP THIS STEP IF UPGRADING! # ⚠ SKIP THIS STEP IF UPGRADING!
git clone https://github.com/FarmBot/Farmbot-Web-App --depth=10 --branch=master git clone https://github.com/FarmBot/Farmbot-Web-App --depth=10 --branch=master
cd Farmbot-Web-App # ⚠ SKIP THIS STEP IF UPGRADING!
cd Farmbot-Web-App
# == This is a very important step!!! == # == This is a very important step!!! ==
# #
@ -40,8 +41,7 @@ sudo docker-compose run web bundle exec rails db:setup
# Generate a set of *.pem files for data encryption # Generate a set of *.pem files for data encryption
sudo docker-compose run web rake keys:generate # ⚠ SKIP THIS STEP IF UPGRADING! sudo docker-compose run web rake keys:generate # ⚠ SKIP THIS STEP IF UPGRADING!
# Manually create the rabbitmq.conf file. # Manually create the rabbitmq.conf file.
# TODO: Improve this step -RC 1 Oct 18 sudo docker-compose run web bundle exec rails r docker_configs/rabbitmq_config_builder.rb
# sudo docker-compose run web bundle exec rails r docker_configs/rabbitmq_config_builder.rb
# Build the UI assets via WebPack # Build the UI assets via WebPack
sudo docker-compose run web npm run build sudo docker-compose run web npm run build
# Run the server! ٩(^‿^)۶ # Run the server! ٩(^‿^)۶