Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Section
Column

Provision a Service

Say you are a Service Provider and you want to provision Redis as a service in your VPC.

Steps from nothing to ka-ching include: 

  1. Install yac:

    Code Block
    themeEclipse
    pip install yac
  2. Find redis services:

    Code Block
    yac service --find=redis
  3. Print your service

    Code Block
    yac stack bitchin/redis:1.3

 

 

yac service --clone=bitchin/redis

:

1.3
  • Make and test updates to Servicefile
  • Share your updates with others

  • Column

    Develop a Service

    Say your buddy developed bitchin/redis and you want to contribute some improvements.

    You are a Service Developer!

    Steps from nothing to ka-ching include:

  • Install yac:

    Code Block
    pip install yac
  • Clone bitchin/redis service:

    Code Block
    Code Block
    yac service --share <path to Servicefile>

     

     

     

    Section
    Column
    1. Install yac:

      Code Block
      themeEclipse
      pip install yac
    2. Find redis services:

      Code Block
      yac service --find=redis
    3. Print your service

      Code Block
      yac stack bitchin/redis:1.3

     

     

    Column
    1. Install yac:

      Code Block
      pip install yac
    2. Clone bitchin/redis service:

      Code Block
      yac service --clone=bitchin/redis:1.3
    3. Make and test updates to Servicefile
    4. Share your updates with others

      Code Block
      yac service --share <path to Servicefile>

     

     

     

    ...