Blueprint

From Blue-IT.org Wiki

Revision as of 09:16, 4 January 2014 by Apos (talk | contribs) (TODO)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

TODO

Please do not use this yet !!! --Apos (talk) 10:15, 4 January 2014 (CET)


Compile a deb with

# make a debian package of blueprint
sudo checkinstall make install

On the first system

  1. install y-ppa-manager: apt-add-repository ppa:webupd8team/y-ppa-manager
  2. BACKUP your ppa with y-ppa-manager
  3. check if all ppa are enabled, if not reenable with y-ppa-manager
  4. check if all ppa SIGs are OK, if not reenable with y-ppa-manager
  5. install apt-clone:
  6. BACKUP PACKAGES: apt-clone clone --with-dpkg-repack my_machine_name
git config --global user.email "you@example.com"
git config --global user.email "you@example.com"
blueprint  create NAME_OF_BLUEPRINT
blueprint show -S NAME_OF_BLUEPRINT

On the second system

  1. install y-ppa-manager: apt-add-repository ppa:webupd8team/y-ppa-manager
  2. REPLAY your ppa with y-ppa-manager
  3. RESTORE PACKAGES: apt-clone restore my_machine_name.apt-clone-tar.gz
apt-get install git
git config --global user.email "you@example.com"
git config --global user.email "you@example.com"
blueprint apply NAME_OF_BLUEPRINT
# OR
NAME_OF_BLUEPRINT(name_of_blueprint.sh