Changes between Version 15 and Version 16 of ChefNotes


Ignore:
Timestamp:
Jun 11, 2014 9:20:46 PM (10 years ago)
Author:
Geoff Lawler
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ChefNotes

    v15 v16  
    275275}}}
    276276
    277 
    278 
    279 
    280 
    281 
     277Client setup:
     278{{{
     279# SERVER
     280server> sudo knife bootstrap  bpc012.eine.deter.isi.deterlab.net -x root -P 6ab35c67f0
     281# or use sudoable account (but that account will not exist at boot time, so...)
     282# server> sudo knife bootstrap [nodename] -x [user] -P [pass] --sudo
     283# CLIENT - need to install mysql2 for recipes - chef can do this, but I've not integrated it yet.
     284client> sudo apt-get install libmysqlclient-dev
     285client> cd /tmp && cp ~/mysql2-0.3.16.gem .
     286client> sudo /opt/chef/embedded/bin/gem install /tmp/mysql2-0.3.16.gem
    282287
    283288