Skip to content

Project glossary

Travis Carden edited this page Apr 22, 2022 · 6 revisions

Active directory

The Composer root of the live application. cf. staging directory.

Begin

To start the total staging process by copying the active directory to the staging directory. cf. stage, commit, and clean.

Clean

To completely remove the staging directory. cf. begin, stage, and commit.

Commit

To make staged changes live by syncing the active directory with the staging directory (or syncing the staging directory to the active directory, if you prefer). cf. begin, stage, and clean.

Staging directory

A non-live copy of the active directory where changes can be staged before being committed back.

Stage

To perform one or more commands on the staging directory. cf. begin, commit, and clean.

Clone this wiki locally