Diferenças
Aqui você vê as diferenças entre duas revisões dessa página.
| Ambos lados da revisão anteriorRevisão anteriorPróxima revisão | Revisão anterior | ||
| software:art:install [2007/12/11 14:53] – paulojus | software:art:install [2007/12/11 19:10] (atual) – paulojus | ||
|---|---|---|---|
| Linha 25: | Linha 25: | ||
| ==== Install other tools ==== | ==== Install other tools ==== | ||
| root$ sudo apt-get install g++ libpq-dev gfortran xemacs21 ess lapack3 | root$ sudo apt-get install g++ libpq-dev gfortran xemacs21 ess lapack3 | ||
| - | |||
| ==== Get the tools to install aRT dependencies ==== | ==== Get the tools to install aRT dependencies ==== | ||
| Linha 43: | Linha 42: | ||
| Then create a symbolic link to call the **terraView** application\\ | Then create a symbolic link to call the **terraView** application\\ | ||
| - | $ sudo ln -s / | + | |
| - | $ source / | + | |
| If you see the mesage:\\ | If you see the mesage:\\ | ||
| Linha 54: | Linha 52: | ||
| export LD_LIBRARY_PATH | export LD_LIBRARY_PATH | ||
| + | and load the environmental variables with: (new user sessions will load this automatically): | ||
| + | root$ source / | ||
| ==== Installing R packages: aRT and sp ==== | ==== Installing R packages: aRT and sp ==== | ||
| Linha 78: | Linha 77: | ||
| You will be prompt for the DBMS root password. After typing it in you will the the mysql prompt '' | You will be prompt for the DBMS root password. After typing it in you will the the mysql prompt '' | ||
| - | mysql> grant all privileges on *.* to aluno@localhost | + | mysql> grant all privileges on *.* to aluno@localhost |
| mysql> quit | mysql> quit | ||
| - | Other user and permissions can be set. However we will use **aRT** tools to do this!!! Even the above instructions could be se from **aRT** (using the aRT function '' | + | Other user and permissions can be set. However we will use **aRT** tools to do this!!! Even the above instructions could be se from **aRT** (using the aRT function '' |
| ==== Testing the installation ==== | ==== Testing the installation ==== | ||
| Linha 118: | Linha 117: | ||
| aRTsp | aRTsp | ||
| aRTtable | aRTtable | ||
| - | |||
| - | |||
| - | |||