Dspace » History » Version 21
Micael Pinho, 06/03/2012 18:21
1 | 8 | Micael Pinho | +[[wiki|Wiki]]+ >> |
---|---|---|---|
2 | 8 | Micael Pinho | |
3 | 1 | Micael Pinho | h1. DSpace |
4 | 1 | Micael Pinho | |
5 | 13 | Micael Pinho | h2. Instalação |
6 | 14 | Micael Pinho | |
7 | 15 | Micael Pinho | # Sacar Netbeans versão 7.0 ou superior; |
8 | 15 | Micael Pinho | # Com o Netbeans aberto, Team->Subversion->Checkout; |
9 | 15 | Micael Pinho | # Mudar o url: https://scm.dspace.org/svn/repo/dspace e clicar em Next; |
10 | 18 | Micael Pinho | # No "Repository Folder", dspace->tags, escolher a última versão; |
11 | 18 | Micael Pinho | # No "Local Folder" definir o local para descarregar o conteúdo e clicar em finish; |
12 | 1 | Micael Pinho | # Após o checkout, caso não apareça uma janela, abrir um novo projeto e cria-lo apartir da pasta que foi descarregada. Em caso de a janela aparecer, confirmar e criar o projeto; O ficheiro a ser carregado é o dspace-1.8.2->dspace; |
13 | 18 | Micael Pinho | # Clicar com o botão direito no projeto, e escolher "Show and Resolve Problems", e selecionar "Download Dependencies"; |
14 | 19 | Micael Pinho | # Clicar com o botão direito no projeto e escolher "Clean and Build"; |
15 | 20 | Micael Pinho | # Seguir as instruções do vídeo: http://www.youtube.com/watch?v=Ri_8I2eqy6M |
16 | 20 | Micael Pinho | |
17 | 20 | Micael Pinho | |
18 | 20 | Micael Pinho | Em caso de problemas com as tabelas, correr os seguintes comandos e voltar a instalar tudo: |
19 | 20 | Micael Pinho | sudo su postgres |
20 | 20 | Micael Pinho | dropdb dspace |
21 | 18 | Micael Pinho | |
22 | 21 | Micael Pinho | *TODO: Reparar o problema da especificação dos dados do "runproject"* |
23 | 13 | Micael Pinho | |
24 | 7 | Micael Pinho | h2. Dados de Acesso |
25 | 1 | Micael Pinho | |
26 | 7 | Micael Pinho | h3. Administração |
27 | 7 | Micael Pinho | |
28 | 5 | Micael Pinho | URL: http://localhost:8080/xmlui/ |
29 | 5 | Micael Pinho | user: ei06128@fe.up.pt |
30 | 1 | Micael Pinho | pass: "password do sifeup" |
31 | 5 | Micael Pinho | |
32 | 7 | Micael Pinho | h3. Utilizador |
33 | 5 | Micael Pinho | |
34 | 3 | Micael Pinho | URL: http://localhost:8080/jspui/ |
35 | 1 | Micael Pinho | user: ei06128@fe.up.pt |
36 | 2 | Micael Pinho | pass: "password do sifeup" |
37 | 9 | Micael Pinho | |
38 | 11 | Micael Pinho | h2. Instalação |
39 | 1 | Micael Pinho | |
40 | 11 | Micael Pinho | directório: \dspace |
41 | 11 | Micael Pinho | |
42 | 12 | Micael Pinho | h3. Carregar alterações: |
43 | 11 | Micael Pinho | |
44 | 11 | Micael Pinho | sudo chown tomcat6:tomcat6 /dspace -R |
45 | 11 | Micael Pinho | sudo service tomcat6 restart |