Changes between Version 13 and Version 14 of GEC12VMSetup


Ignore:
Timestamp:
10/20/11 10:48:06 (13 years ago)
Author:
David Irwin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GEC12VMSetup

    v13 v14  
    123123== Installing !DiCloud ==
    124124
     125List of commands we ran to prime the image for DiCloud's tutorial. 
     126
    125127{{{
    126128sudo apt-get update
     
    156158mysql> INSERT INTO admin_rights VALUES (1, true, true, true, true);
    157159mysql> GRANT ALL ON dicloud.* TO 'vise'@'localhost';
    158 mysql> quit
     160mysql> quit;
    159161}}}
    160162