Gemfile #2

  • //
  • guest/
  • tjuricek/
  • p4ws/
  • p4_web_services_auth/
  • Gemfile
  • Commits
# Change User Description Committed
#2 15791 tjuricek Removing very old p4ws branch
#1 13266 tjuricek Reorganized depot to avoid stream/main in path.

This may be re-imported.
//guest/tjuricek/p4ws/stream/main/p4_web_services_auth/Gemfile
#3 13206 tjuricek Complete and seed the setup of the p4webapi in a development mode.

This works against the local development tree for dev environments.
#2 13187 tjuricek More docker-compose configuration for projects in research for HSM.

Added a geminabox host for the cluster, which allows for quick rebuilds. Each cluster will cache the gems it needs, and publish as well. We may want to put the overwrite commands for all publish steps by default.

Note: referencing "external links" can only be done 'at runtime', so "bundle install" really needs to be run in the context of 'docker-compose up' not 'docker-compose build'. This was edited in all configured libraries so far.

Finally, added the p4_project_services projects to configuration, which is running under it's own puma instance.

The postgres instance is a little tricky to figure out the exact workflow. Right now I'm using the host rake db:migrate task and calling createdb manually, since we need to pass the password along.
#1 13122 tjuricek Initial version of the web-services mainline.

This is a collection of several projects, that will likely often get released together, though many of them may not always be relevant.

See the README for more information.