Changeset 15755


Ignore:
Timestamp:
08/08/13 15:30:02 (12 years ago)
Author:
jfaxas
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/packagers/ubuntu/README

    r11575 r15755  
     1TARBALL INSTALLATION:
     2
    13To install ISSM, untar ISSM-Ubuntu32.tar.gz
    24You will get an ISSM directory.
     
    1315Once this is done, fireup matlab from inside the ISSM directory:
    1416matlab -nojvm -r "startup;"
     17
     18
     19UNDER CONSTRUCTION - UNDER CONSTRUCTION - UNDER CONSTRUCTION - UNDER CONSTRUCTION
     20-------------------------------------------------------------------------------
     21                                OR THE RIGHT WAY....
     22DPKG/DEB INSTALLATION:
     23
     24To install from deb archives (*.deb), use:
     25
     26        > sudo dpkg --install <debarchive>
     27
     28That's it! But not really. Do make sure that you install petsc and metis first.
     29When you first try to install issm, dpkg will tell you that you are missing
     30dependencies. Just:
     31
     32        > sudo apt-get install -f
     33
     34to fix the dependencies and complete the install. When apt-get is done, you
     35should see something that says that ISSM is installed correctly on your
     36machine. That's it! For real this time.
     37
     38Uninstalling is simple too:
     39
     40        > sudo apt-get remove <issmPackageName>
     41
     42That'll do all the work for you. This won't delete any configuration or user
     43defined environment stuff. Just swap "remove" out for "purge" and that'll
     44delete everything. And apt-get might ask you to remove unneeded dependencies,
     45so you should probably do that to keep your system clean.
     46
     47To create your own custom debian archive, see the README in issmpkg.
     48
     49-------------------------------------------------------------------------------
     50
     51APT-GET INSTALLATION: (this doesnot work yet)
     52
     53To install from apt-get:
     54
     55        > sudo add-apt-repository <issm_PPA_URL>
     56        > sudo apt-get install <issmPackageName>
     57
     58Just say yes to everything apt asks you, and you're good.
     59
     60UNDER CONSTRUCTION - UNDER CONSTRUCTION - UNDER CONSTRUCTION - UNDER CONSTRUCTION
Note: See TracChangeset for help on using the changeset viewer.