You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
526 B
ReStructuredText
24 lines
526 B
ReStructuredText
Deployment from an archive
|
|
=============================
|
|
|
|
ansible *Unarchive* deployment procedure
|
|
|
|
Create the git archive
|
|
--------------------------
|
|
|
|
First, let's create the git archive from the actes princier's repository
|
|
|
|
git archive command::
|
|
|
|
git archive --format=tgz --prefix='app/' -o actesprinciers.tgz v0.2_maquette
|
|
|
|
Place the archive in your `files` folder
|
|
-------------------------------------------
|
|
|
|
Application archive to be deployed shall be present in the `files` folder::
|
|
|
|
files/actesprinciers.tgz
|
|
|
|
|
|
|