Skip to Content.
Sympa Menu

comanage-2022-12 - [comanage-2022-12] COmanage Match Workshop on Monday

Subject: TUTORIAL: Hands-On Introduction to COmanage Match- TX22

List archive

[comanage-2022-12] COmanage Match Workshop on Monday


Chronological Thread 
  • From: Laura Paglione <>
  • To:
  • Subject: [comanage-2022-12] COmanage Match Workshop on Monday
  • Date: Fri, 2 Dec 2022 08:50:00 -0500

Hello!!
We're looking forward to seeing you at the first-ever Match Workshop on Monday of next week. we will start at 8:30 AM local time.

There are a few options for your participation in the session:
  • INSTALL: Install Match so that you can work with it directly (and keep your work afterward) (RECOMMENDED)
  • COLLABORATE: Plan to pair up with another participant to collaboratively work through the examples (of course, this will only work if at least some of you install Match!!)
  • LISTEN ONLY: You will still get plenty from the session if you decide to just follow along as we work the examples.
Go on -- install it!
If you at all have the time, we suggest that you take a few min before arriving to install COmanage Match on your computer. We've attached a file with instructions for three different approaches for installing Match for the workshop. 
  • Just give me the bits (aka, experienced)
  • Containers all the way (aka, I know stuff, but looking for ease)
  • Match Installation for Occasional Terminal/ GitHub/ Docker Users (aka, I used to do all of this, but not much any more)
For those who may opt for the "Match Installation for Occasional Terminal/ GitHub/ Docker Users" installation method, we've also attached a docker-compose.yml file and a text file that has all of the command line commands, suitable for copying and pasting.  You'll use these two resources during your installation.

We're working on getting everyone added to the comanage-match slack channel (which of course, you can leave if you don't want to be there!) Questions there or directly to me via email are welcome.

See you on Monday!
Best, Laura and Benn


Be different.

Laura Paglione

LauraPaglione.com

Supplement to simplified instructions for installing Match for the 2022
TechEx Workshop.

The following text is provided to make it easier to copy and paste commands
to the command line:

*****************************
*** Set the Match Version ***
*****************************

export COMANAGE_MATCH_VERSION=1.0.0


*******************************************
*** Build the base COmanage Match Image ***
*** (3 commands) ***
*******************************************

pushd comanage-match-base

docker build --build-arg COMANAGE_MATCH_VERSION=${COMANAGE_MATCH_VERSION} -t
comanage-match-base:${COMANAGE_MATCH_VERSION}-1 .

popd


********************************************
*** Build the Match that uses basic auth ***
*** (3 commands) ***
********************************************

pushd comanage-match-basic-auth

docker build --build-arg COMANAGE_MATCH_VERSION=${COMANAGE_MATCH_VERSION} -t
comanage-match:${COMANAGE_MATCH_VERSION}-basic-auth .

popd


*******************************************
*** Build a local image of PostgreSQL ***
*** (3 commands) ***
*******************************************

pushd comanage-match-postgres

docker build -t comanage-match-postgres .

popd

Attachment: Installing Match for Workshop.pdf
Description: Adobe PDF document

Attachment: docker-compose.yml
Description: application/yaml



  • [comanage-2022-12] COmanage Match Workshop on Monday, Laura Paglione, 12/02/2022

Archive powered by MHonArc 2.6.24.

Top of Page