Difference between pages "Install/pt-br/Overview" and "Package talk:MediaWiki"

From Funtoo
< Install(Difference between pages)
Jump to navigation Jump to search
 
m
 
Line 1: Line 1:
<noinclude>
much of the cleanup had occurred.
{{InstallPart|uma visão geral inicial do processo de instalação, tão em quanto instruções de download do LiveCD e de boot}}
</noinclude>
== Visão geral da instalação ==


Essa é uma básica visão geral do processo de instalação do Funtoo:
connection problems tonight


# [[#Live CD|Baixe e boot o live CD da sua escolha]].
generate sitemaps.... if localhost/mediawiki or localhost/wiki sitemaps are placed @ localhost/sitemap-index-my_wiki.xml
# [[#Prepare Hard Disk|Prepare seu disco]].
# [[#Creating filesystems|Crie]] e [[#Mounting filesystems|monte]] os filesystems.
# [[#Installing the Stage 3 tarball|Instale o tarball stage doFuntoo]] da sua escolha.
# [[#Chroot into Funtoo|Use o Chroot no seu novo sistema]].
# [[#Downloading the Portage tree|Baixe o Portage tree]].
# [[#Configuring your system|Configure seu sistema]] e sua [[#Configuring your network|rede]].
# [[#Configuring and installing the Linux kernel|Instale um kernel]].
# [[#Installing a Bootloader|Instale um bootloader]].
# [[#Finishing Steps|Complete os passos finais]].
# [[#Restart your system|Reboot e aproveite]].


=== Live CD ===
<console>###i## php maintenance/generateSitemap.php --fspath ..</console>


Funtoo não provê um  Live CD "official" do Funtoo. Recomendamos utilizar o Gentoo-based [http://www.sysresccd.org/ System Rescue CD] já que ele contem muitas ferramentas e utilizades e tem suporte a sistemas tanto à 32-bit quando 64-bit. Baixe-o aqui:
obviously this needs more work....


http://www.sysresccd.org/Download
robots.txt will go to seo but its worth documenting to this talk page commit....


{{Note|Se utilizar uma versão antiga do System Rescue CD, '''certifique-se de selecionar o kernel <code>rescue64</code> no menu de boot se estiver instalando um sistema 64-bit'''. Por padrão, o System Rescue CD costumava a bottar em em módo 32-bit, embora a ultima versão atenta para detectar automaticamente  os processadores 64-bit.}}
syntax
http://www.robotstxt.org/robotstxt.html
 
database of spiders to use with robots.
http://www.robotstxt.org/db.html
 
 
== moar ==
super simple bootstrapping skin:
http://www.mediawikibootstrapskin.co.uk/index.php?title=Get_BootStrapSkin
 
just requires navigation sub items are removed...  mobile phones cant edit pages, but you probably dont want them trying to anyways.
 
== forced cash revalidation ==
{{file|name=/var/www/localhost/mediawiki/includes/OutputPage.php|lang=php|desc=disable forced cache revalidation|body=
#$response->header( "Cache-Control: private, must-revalidate, max-age=0" );
}}
im a moron and realized i put cash instead of cache LOL 22:53, December 6, 2014 (UTC)
 
i dont get obscene cache speeds with out disabling this by commenting it out.
 
before: (funtoos site as of 22:54, December 6, 2014 (UTC))
Requests per second:    11.57 [#/sec] (mean)
Transfer rate:          339.56 [Kbytes/sec] received
 
vs
 
Requests per second:    4647.70 [#/sec] (mean)
Transfer rate:          100836.66 [Kbytes/sec] received
where its just bandwidth as the bottleneck.

Revision as of 22:54, December 6, 2014

much of the cleanup had occurred.

connection problems tonight

generate sitemaps.... if localhost/mediawiki or localhost/wiki sitemaps are placed @ localhost/sitemap-index-my_wiki.xml

root # php maintenance/generateSitemap.php --fspath ..

obviously this needs more work....

robots.txt will go to seo but its worth documenting to this talk page commit....

syntax http://www.robotstxt.org/robotstxt.html

database of spiders to use with robots. http://www.robotstxt.org/db.html


moar

super simple bootstrapping skin: http://www.mediawikibootstrapskin.co.uk/index.php?title=Get_BootStrapSkin

just requires navigation sub items are removed... mobile phones cant edit pages, but you probably dont want them trying to anyways.

forced cash revalidation

   /var/www/localhost/mediawiki/includes/OutputPage.php (php source code) - disable forced cache revalidation
#$response->header( "Cache-Control: private, must-revalidate, max-age=0" );

im a moron and realized i put cash instead of cache LOL 22:53, December 6, 2014 (UTC)

i dont get obscene cache speeds with out disabling this by commenting it out.

before: (funtoos site as of 22:54, December 6, 2014 (UTC)) Requests per second: 11.57 [#/sec] (mean) Transfer rate: 339.56 [Kbytes/sec] received

vs

Requests per second: 4647.70 [#/sec] (mean) Transfer rate: 100836.66 [Kbytes/sec] received where its just bandwidth as the bottleneck.