Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Octopusci Stage Change

loddy1234 edited this page Sep 8, 2012 · 5 revisions

#OctopusCI Stage Change

In order to add or remove a stage to your OctopusCI Environment. All jobs should be completed before you proceed.

This assumes you are logged in as the user running OctopusCI stages

  1. Stop Apache

    sudo /etc/init.d/apache2 stop

  2. Stop OctopusCI

    sudo /etc/init.d/octopusci stop

  3. Edit the OctopusCI config.yml file

    vim /etc/octopusci/config.yml

  4. Go to the stages: section of the file and either add or remove the stage

    - stage_1

  5. Reset the stage locker by running the following command.

    octopusci-reset-stage-locker -r

  6. Start Apache

    sudo /etc/init.d/apache2 start

  7. Start OctopusCI

    sudo /etc/init.d/octopusci start