Проект

Общее

Профиль

INSTALL » История » Версия 1

Версия 1/4 - Следующее » - Текущая версия
Александр Кобуз, 13.02.2016 04:34


INSTALLATION

SkyCover Duply installation procedure

Installation under Linux and *nixes

# install duplicity and git packages
# the command Debian/Ubuntu:
apt-get install duplicity git
# install scduply
git clone git://github.com/skycover/scduply.git
cd scduply
./install.sh
# generate the cryptography keys and signature
gpg --gen-key # you'd need to remember the ID and the password of the key
# generate ssh keys (if needed)
ssh-keygen

Note: if you can’t get scduply via git, you can download and install the tarball:

wget https://github.com/skycover/scduply/tarball/master -O scduply.tar.gz
tar zxvf scduply.tar.gz
cd skycover-scduply-*
./install.sh

We suggesting also to install the web-interface SkyCover Duply Web (SCDW).

Next look at “Usage“.

Installation under Windows ™

Under Windows ™ the program is working under CygWin.

We recommending to use our installer, which will automatically install on the computer CygWin, scduply, and also the web-interface SCDW and all the needed components.