Não foi possível enviar o arquivo. Será algum problema com as permissões?
          
          
          
          
Diferenças
Aqui você vê as diferenças entre duas revisões dessa página.
| Ambos lados da revisão anterior Revisão anterior Pró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  lapack3-dev refblas3 refblas3-dev | root$ sudo apt-get install g++ libpq-dev gfortran xemacs21 ess lapack3  lapack3-dev refblas3 refblas3-dev | ||
| - | |||
| ==== 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 /usr/local/terralib/aplicativos/terraView/linux/terraView /usr/bin | + | root$ sudo ln -s /usr/local/terralib/aplicativos/terraView/linux/terraView /usr/bin | 
| - | $ source /etc/bash.bashrc | + | |
| 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 /etc/bash.bashrc | ||
| ==== 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 ''(mysql >)''. To grant full privileges to a MySQL user (''aluno'' in the example below) type:\\ | You will be prompt for the DBMS root password. After typing it in you will the the mysql prompt ''(mysql >)''. To grant full privileges to a MySQL user (''aluno'' in the example below) type:\\ | ||
| - | 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 ''addPermissions()'') if the DBMS root pasword is available. | + | 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 ''addPermission()'') if the DBMS root pasword is available. | 
| ==== Testing the installation ==== | ==== Testing the installation ==== | ||
| Linha 118: | Linha 117: | ||
| aRTsp Working with sp and aRT (source, pdf) | aRTsp Working with sp and aRT (source, pdf) | ||
| aRTtable  Tables and Queries With aRT (source, pdf) | aRTtable  Tables and Queries With aRT (source, pdf) | ||
| - | |||
| - | |||
| - | |||