Jump to: navigation, search

Difference between revisions of "Freezer-install Installing"

(Created page with "= Installing Freezer = ''Note'' If you want to install an specific branch, make sure to do the follwing steps for each repo: git clone -b stable/mitaka https://github.co...")
(No difference)

Revision as of 10:11, 27 June 2016

Installing Freezer

Note If you want to install an specific branch, make sure to do the follwing steps for each repo:

   git clone -b stable/mitaka https://github.com/openstack/freezer


Global Requirenments

  • python
  • git
  • OpenSSL
  • Sync
  • GNU Tar >= 1.26

Debian/Ubuntu

Dependencies

  • libffi-dev
  • libssl-dev
  • python-dev

From source

   git clone http://github.com/openstack/freezer


if you want to install a stable branch it is recommended to clone the branch directly:

   git clone -b stable/kilo http://github.com/openstack/freezer
   cd freezer
   virtualenv .venv
   source .venv/bin/activate
   pip install -e .


From pip

   pip install freezer


Windows

Dependencies

only python 2.7 is supported at this time