• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

assets/H14-Mar-2011-

css/H03-May-2022-702628

images/H03-May-2022-

protected/H17-Feb-2011-311,571253,885

requirements/H17-Feb-2011-525422

themes/classic/views/H17-Feb-2011-21

READMEH A D14-Mar-20111.1 KiB3930

index.phpH A D28-Oct-2010706 238

README

1CURRENT VERSION: 1.3
2
3Configuracoes necessarias do PHP
4	PHP 5.1.0 ou maior
5		$_SERVER variable
6		Reflection extension
7		PCRE extension
8		SPL extension
9		DOM extension
10		Ctype extension
11		Openssl extension
12		Simplexml extension
13		Json extension
14		Zlib extension
15		PDO extension
16		PDO PostgreSQL extension
17		PGSQL
18		SOAP extension
19
20Crie seu Banco de Dados:
21
22/usr/local/bin/psql postgres -U pgsql < \
23        /usr/local/www/thundersnarf/protected/data/db/pg_thundersnarf.sql
24
25Instale as aplicacoes CLI:
26
27cp /usr/local/www/thundersnarf/protected/data/bin/thundersnarf /usr/local/bin/
28cp /usr/local/www/thundersnarf/protected/data/bin/thundersnarf-poll /usr/local/bin/thundersnarf-poll
29chmod 555 /usr/local/bin/thundersnarf*
30
31Adeque as permissoes de escritas pros diretorios seletivos. Note que www e'
32o usuario do Web Server:
33
34chgrp -R www /usr/local/www/thundersnarf/protected/runtime /usr/local/www/thundersnarf/assets
35chmod -R g+rwx /usr/local/www/thundersnarf/protected/runtime /usr/local/www/thundersnarf/assets
36
37Coloque no /etc/crontab:
38*/5 * * * * root /usr/local/bin/thundersnarf >/dev/null 2>&1
39