Changes between Initial Version and Version 1 of GENIExperimenter/Tutorials/ToolsSetup/OmniMacOsX


Ignore:
Timestamp:
01/13/14 18:09:06 (10 years ago)
Author:
nriga@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/ToolsSetup/OmniMacOsX

    v1 v1  
     1= Setting up  your Mac Computer with Omni =
     2
     3 1. Download this file: [attachment:omniTools.dmg].
     4 1. Double-click on {{{omniTools.dmg}}} to unpack it.  This will result in a drive called {{{omniTools}}} to be mounted on your computer.  You should see this drive on your Desktop.
     5 1. Double-click on the {{{omniTools}}} drive to open it. 
     6 1. Drag the omniTools icon to the Applications icon.
     7 1. Open a terminal window.
     8 1. Run the script `/Applications/omniTools/addAliases.sh`.  This script will add aliases for the various
     9   Omni tools in your {{{~/.bash_profile}}} or {{{~/.bash_login}}} or {{{~/.profile}}}.  (The script looks for these
     10   files in this order).
     11   * If you get an error do:
     12     - `touch ~/.bash_profile`
     13     - Rerun `/Applications/omniTools/addAliases.sh`