config.ru #4

  • //
  • guest/
  • perforce_software/
  • helix-web-services/
  • main/
  • notification_services/
  • notification_services/
  • config.ru
  • Commits
# Change User Description Committed
#4 13972 tjuricek Removing old microservice implementations.

The system is now mostly a monolith. Eventually there will be a websocket service.
#3 13675 tjuricek Add notification_services initialization

Removing the 'online setup' mode in lieu of doing things during the salt process. Mostly this removes the trigger setup from the main web application.
#2 13535 tjuricek Add notification_services to deployment, and reconfigure build step to exec bash.

The execution bit doesn't seem to stay set on config/bash.sh

The notification_services service doesn't have advanced tests just yet.
#1 13478 tjuricek Added Docker configuration for notification services, and phoenix services, also, opened up most ports to the host by default.

The current configuration is now working first for a setup of "development mode" environments, anticipating that each service will use the private internal network for most services. That way, you can selectively run things, say, in your OS X environment, and other things in the docker cluster. It can make your debugging a little easier.

When more automation is available, we'll find a way to describe how to handle this in different ways.