Difference between revisions of "Blueprint"

From Blue-IT.org Wiki

(Created page with "=== TODO === Please do not use this yet !!! --~~~~ ---------------------------------- Compile a deb with # make a debian package of blueprint sudo checkinstall make insta...")
 
(TODO)
 
Line 3: Line 3:
 
Please do not use this yet !!! --[[User:Apos|Apos]] ([[User talk:Apos|talk]]) 10:15, 4 January 2014 (CET)
 
Please do not use this yet !!! --[[User:Apos|Apos]] ([[User talk:Apos|talk]]) 10:15, 4 January 2014 (CET)
 
----------------------------------
 
----------------------------------
 +
 +
* https://github.com/devstructure/blueprint
 +
* http://devstructure.com/blueprint/
  
 
Compile a deb with  
 
Compile a deb with  

Latest revision as of 09:16, 4 January 2014

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