User Tools

Site Tools


idea

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
idea [2009/09/02 08:47] 172.26.0.166idea [2010/05/22 14:19] (current) – external edit 127.0.0.1
Line 65: Line 65:
   * <code>$ cd ..   * <code>$ cd ..
 $ sudo cp -R idea /export/paracel/biosoft/</code> $ sudo cp -R idea /export/paracel/biosoft/</code>
-Certain files and directories need to be executable by all users (like the ''idea'' program itself)find all files executable by the owner, and not executable by "everyone" and correct them+Change everything to 777 permissions, this allows idea to run just finebut is very insecure
-  <code>sudo find /export/paracel/biosoft/idea -perm +u=x ! -perm -o=x -exec chmod o+rx {} \;</code>+<code>sudo chmod -R 777 /export/paracel/biosoft/</code>
 Add the installed directory to your shell's path so you can test it: Add the installed directory to your shell's path so you can test it:
   * <code>$ export PATH=/export/paracel/biosoft/idea:${PATH}</code>   * <code>$ export PATH=/export/paracel/biosoft/idea:${PATH}</code>
idea.1251881236.txt.gz · Last modified: 2010/05/22 14:19 (external edit)