More legacy cleanup

pull/1005/head
Rick Carlino 2018-10-04 14:49:01 -05:00
parent 182cf2c11c
commit 2815c1c642
3 changed files with 3 additions and 9 deletions

6
.gitignore vendored
View File

@ -9,17 +9,13 @@
api_docs.md
config/application.yml
config/credentials.yml.enc
config/secrets.yml
coverage
docker_configs/rabbitmq.conf
docker_configs/rabbitmq.config
docker_volumes
erd_diagram.png
erd.pdf
latest_corpus.ts
log/*.log
mqtt/rabbitmq.conf # Legacy config directory. Delete on 3 Dec 18 - RC
mqtt/rabbitmq.config # Legacy config directory. Delete on 3 Dec 18 - RC
mqtt/ # Legacy config directory. Delete on 3 Dec 18 - RC
node_modules
package-lock.json
public/direct_upload/temp/*.jpg

View File

@ -1,3 +1,3 @@
puts "========================================================================="
puts "Writing RMQ Config now?"
puts "Writing RMQ Config ======================================================"
RmqConfigWriter.render

View File

@ -40,8 +40,6 @@ sudo docker-compose run web npm install
sudo docker-compose run web bundle exec rails db:setup
# Generate a set of *.pem files for data encryption
sudo docker-compose run web rake keys:generate # ⚠ SKIP THIS STEP IF UPGRADING!
# Manually create the rabbitmq.conf file.
sudo docker-compose run web bundle exec rails r docker_configs/rabbitmq_config_builder.rb
# Build the UI assets via WebPack
sudo docker-compose run web npm run build
# Run the server! ٩(^‿^)۶