Commit 07460dfff88922007955c0a16d231af04807b0cd
1 parent
f5cb0283
Exists in
master
and in
7 other branches
$1
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
admin/admin.db
No preview for this file type
ferramentas/saiku/instal.txt
... | ... | @@ -51,9 +51,9 @@ Após a obtenção dos arquivos, inicialize o servidor |
51 | 51 | |
52 | 52 | Procure na pasta saiku-server o programa start-saiku.bat (para Windows) ou start-saiku.sh para Linux. |
53 | 53 | |
54 | - Execute esse programa. No caso do linux, digite no terminal: | |
54 | + Execute esse programa. No caso do linux, digite no terminal (importante: inicie como administrador): | |
55 | 55 | |
56 | - ./start-saiku.sh | |
56 | + sudo ./start-saiku.sh | |
57 | 57 | |
58 | 58 | Abra o navegador e digite: |
59 | 59 | ... | ... |