PHP Classes

File: docs/es-la/04-developer-docs/02-barge/01-install-barge.md

Recommend this page to a friend!
  Classes of Scott Arciszewski   CMS Airship   docs/es-la/04-developer-docs/02-barge/01-install-barge.md   Download  
File: docs/es-la/04-developer-docs/02-barge/01-install-barge.md
Role: Auxiliary data
Content type: text/markdown
Description: Auxiliary data
Class: CMS Airship
Content management system with security features
Author: By
Last change:
Date: 6 years ago
Size: 543 bytes
 

Contents

Class file image Download

Installing barge

git clone https://github.com/paragonie/airship-barge.git
cd airship-barge
sudo ln -s ./barge /usr/bin/barge

To install barge, first clone the Github repository, then create a symlink from /usr/bin/barge to the barge file in the project's root directory.

Alternatively, you could create a shell function (e.g. in your .bashrc file).

When a new version of barge is released, just cd into the airship-barge directory and run git pull origin master.