Mudanças entre as edições de "Scuttle"
De MochilaWiki
Ir para navegaçãoIr para pesquisarm (CMS: Favoritos foi movido para Scuttle: melhor para busca) |
|||
Linha 1: | Linha 1: | ||
− | wget -c http:// | + | wget -c http://pub.nkosi.org/scuttle-0.9.0.tar.gz |
− | + | tar zxvf scuttle-0.9.0.tar.gz | |
+ | mv scronide-scuttle-9ce0bb5/ /var/www/favoritos | ||
cd /var/www/favoritos | cd /var/www/favoritos | ||
+ | |||
mysql -u root -p | mysql -u root -p | ||
grant all on favoritos.* to scuttle@localhost identified by 'suasenha'; | grant all on favoritos.* to scuttle@localhost identified by 'suasenha'; | ||
Linha 9: | Linha 11: | ||
source tables.sql; | source tables.sql; | ||
quit | quit | ||
+ | |||
cp config.inc.php.example config.inc.php | cp config.inc.php.example config.inc.php | ||
cd /var/www/favoritos/templates | cd /var/www/favoritos/templates | ||
Linha 18: | Linha 21: | ||
sed -i 's/register/adduser/g' adduser.php | sed -i 's/register/adduser/g' adduser.php | ||
sed -i 's/en_GB/pt_BR/g' config.inc.php | sed -i 's/en_GB/pt_BR/g' config.inc.php | ||
− | sed -i 's/Scuttle/Favoritos | | + | sed -i 's/Scuttle/Favoritos | Bantolino/g' config.inc.php |
− | sed -i 's/admin@example.org/ | + | sed -i 's/admin@example.org/folhas@quijaua.com.br/g' config.inc.php |
− | |||
− |
Edição das 12h08min de 31 de dezembro de 2010
wget -c http://pub.nkosi.org/scuttle-0.9.0.tar.gz tar zxvf scuttle-0.9.0.tar.gz mv scronide-scuttle-9ce0bb5/ /var/www/favoritos cd /var/www/favoritos
mysql -u root -p grant all on favoritos.* to scuttle@localhost identified by 'suasenha'; create database favoritos; FLUSH PRIVILEGES; use favoritos; source tables.sql; quit
cp config.inc.php.example config.inc.php cd /var/www/favoritos/templates sed -i 's/register/adduser/g' toolbar.inc.php sed -i 's/register/adduser/g' about.tpl.php mv register.tpl.php adduser.tpl.php cd /var/www/favoritos/ mv register.php adduser.php sed -i 's/register/adduser/g' adduser.php sed -i 's/en_GB/pt_BR/g' config.inc.php sed -i 's/Scuttle/Favoritos | Bantolino/g' config.inc.php sed -i 's/admin@example.org/folhas@quijaua.com.br/g' config.inc.php