Installing: Difference between revisions From Online Manual

Jump to: navigation, search
(42 intermediate revisions by 8 users not shown)
Line 1: Line 1:
{{TOCright}}Installing an SMF forum is very simple! Installing SMF can be done in five quick and simple steps.
{{TOC right|limit=2}}


SMF is free forum software that can be installed on a webserver that has php installed. To use it, you will also need a database. Installing SMF involves copying files to the website, then using your browser to run files on your new forum site to set up your database. Before you can install SMF, you will need a website to install it on, as well as a database to store all it's information.  Please see the [[requirements and recommendations]] for more on what you'll need before you start an install.
Installing an SMF forum is very simple! It can be done in six quick and simple steps.
==Baixe o Arquivo de Instalação==
 
O primeiro passo é obter uma cópia do software SMF. Usando o seu navegador, você pode fazer o download da versão mais recente para o seu computador. Todos os downloads SMF podem ser encontrados no SMF [http://download.simplemachines.org downloads]. A última versão recomendada estará sempre disponível em
It is not recommended to use an auto-installer to install SMF, because many of them are known to have issues or confuse users in the long run. Installing SMF manually is not difficult and will help you to understand better how it works.
<br />
 
http://www.simplemachines.org/download/index.php/latest/install/
SMF is free forum software that can be installed on a webserver. To install it, you will need a webserver with PHP, and access to a database. You can create a database ahead of time (be sure to note all the important database information) or wait for the installer to help you with this step.  Please see the [[requirements and recommendations]] for more information on what you need before you start an install.
<br />
 
==Create a Database==
 
An SMF forum needs a database to store all the information about members, posts, and topics. You can use the tools your web host provides to create a new database and a database user for SMF to log in as and use. If you neglect this step at this point, the SMF installer will offer to help you with it later on.
 
Once you have created your database, be sure to make note of the database name, database user name, and password. You will need these details when you run the installer.
 
===Creating a Database with phpMyAdmin===
 
Most shared hosting services disable the option to create a database with [[phpMyAdmin]]. However, if this option is available to you, the database can be created from the phpMyAdmin home page.
 
===Creating a Database with a Control Panel===
 
If your hosting service provides a control panel interface, then this can be used to create a database. Selecting the "MySQL Databases" or "Database Wizard" options should take you to a page prompting you to create a MySQL database. With different hosts, these options may have different names.
 
SMF 2.0 supports MySQL, PostgreSQL and SQLite. SMF 1.1 supports only a MySQL database.
 
===Creating a Database User===
 
A database user can be created through the control panel provided by your hosting service. Selecting the "MySQL Databases" or "Database Wizard" options should take you to a page, prompting you to create a MySQL database user. With different hosts, these options may have different names.
 
The database user requires the following permissions: <code>SELECT, INSERT, UPDATE, DELETE, CREATE, ALTER, DROP,</code> and <code>INDEX</code>. Additional permissions may be granted, if desired.
 
==Get SMF==
 
Using your browser, you can download the latest version of SMF to your desktop computer. All SMF downloads can be found at [http://download.simplemachines.org SMF Downloads]. The latest recommended version will always be available at http://www.simplemachines.org/download/index.php/latest/install/.


{{Extract and Upload|install}}
{{Extract and Upload|install}}
Line 12: Line 37:
{{Set file permissions|install}}
{{Set file permissions|install}}


==Criando Banco de dados e Usuário do banco de Dados==
==Run the Installer==
Antes de executar o instalador, um banco de dados e um utilizador do banco de dados terão que ser criados. Um banco de dados irá armazenar todas as informações que o fórum exige,tais como os membros, posts, e tópicos. Um usuário de banco de dados permitirá que o fórum acesse as informações armazenadas. Lembre esta informação sobre o banco de dados e o usuário do banco de dados. Você vai precisar dele quando chegar a hora de executar o instalador.
 
===Criando Banco de Dados usando PHPMyAdmin===
This is nearly the last step. You know where your forum directory is, because you put the files there yourself. So, point your browser at the file ''install.php'' in that directory. For example, if you put your forum in ''www.yourdomain.com/forum'', you should point your browser at ''www.yourdomain.com/forum/install.php''.
Mas serviços de hospedagem compartilhada desabilitam essa opção. Se a opção de criar bases de dados através do PHPMyAdmin não estiver disponível através do serviço de hospedagem que você usa, o banco de dados pode ser criado a partir do PHPMyAdmin home page.


===Criando um banco de dados usando o painel de controle===
This script will ask you for information, some of which you have created and collected earlier.
Serviços de hospedagem compartilhada normalmente desativam a capacidade de criar um banco de dados através do phpMyAdmin.Se o serviço de hospedagem oferece uma interface de painel de controle,então este pode ser usado para criar um banco de dados. Selecionando o "Banco de Dados MySQL" ou "Banco de Dados Wizard" estas opções devem levá-lo para uma página solicitando a criação de um banco de dados MySQL. Em hospedagens diferentes, essas opções podem ter outros nomes.


SMF 2.0 tem a capacidade de suportar vários tipos de banco de dados, incluíndo PostgreSQL e SQLite. SMF 1.1 suporta apenas tipos de Bancos de Dados MySQL.
===Basic Forum Settings===


===Criando o Usuário do Banco de Dados===
;Forum Name
Um usuário de banco de dados pode ser criado através do painel de controle fornecido pelo serviço de hospedagem. Selecionando o  "banco De Dados MySQL" ou "Banco De Dados Wizard" opções devem levá-lo para uma página, pedindo para criar um usuário de banco de dados MySQL. Com hospedagens diferentes, estas opções podem ter nomes diferentes.
:The name for the forum being installed should go here. By default, this is set to “My Community”. This can be changed later in the [[Server settings|Server Settings]] section of the administration center.
;Forum URL
:The URL for the forum, without the trailing slash (for example, ''http://www.yourdomain.com/forum''). The SMF installer will probably guess this one correctly.
;Gzip Output
:If Gzip output tests pass, use this to save bandwidth and make pages load faster.
;Database Sessions
:Choose whether to store sessions in the database or in files. Database Sessions are preferred because they are more reliable, secure and may work better on sites with multiple servers.
;UTF-8 Character Set
:UTF-8 character sets are useful for international forums, or forums that use languages other than English.
;Allow Stat Collection
:This option allows Simple Machines to collect statistics from your forum, anonymously, to help the developers understand the needs of the user community.


O usuário do banco de dados requer as seguintes permissões: SELECT, INSERT, UPDATE, DELETE, ALTER, and INDEX. Permissões adicionais podem ser concedidos, se desejado.
===Database server settings===


===Execute o instalador===
;Database type
O passo final na instalação SMF será executar o instalador.A informação proveniente dos passos anteriores serão utilizados no processo de instalação.
:The database schema can be selected here from a list of database schemas supported by the server being used. Newer schemas (for SMF 2.0) such as PostgreSQL and SQLite may be listed here if available. MySQL and PostgreSQL are recommended.
;Server name
:The location of the database is specified here. 99% of the time this will be ''localhost''.
;Username
:The username for the database user should be placed here. If help is required for this, the hosting service provider should be contacted.
;Password
:The password for the database user is entered here.  
;Database name
:The name used for the database should be placed here. If help is required for this, the hosting service provider should be contacted.
;Database prefix
:The prefix for all tables associated with this install is specified here. Prefixing tables with unique prefixes enables more than one application, or SMF install, to use the same database safely.


O tela SMF de instalação é diferente para SMF 2.0 e SMF 1.1, no entanto, ambos continuam a exigir a mesma informação. Navegar até o diretório onde está localizado SMF, deve redirecioná-lo para o arquivo install.php, e solicitar ao instalador para executar. Por Exemplo: www.yourdomain.com/forum/install.php
===Creating an administrator account===


===Configurações básicas de fórum===
The SMF installer will ask for information to create the forum's administrator account. This information includes username, password and e-mail address for the administrator account. This account will be necessary to get access to the SMF administration center, to manage and configure the forum.
;Nome do Fórum
:O nome para o fórum a ser instalado deve ir aqui. Por padrão, esta é definida como "Minha Comunidade". Isto pode ser alterado mais tarde através da seção de configurações do servidor no centro administrativo, se necessário.
;URL do Fórum
:The URL the forum can be found at, without the trailing slash. The SMF installer will most likely have this correct, so it is safe to leave this field alone.
;Saída Gzip
:Se os testes de saída Gzip passar, isso pode ser usado para economizar largura de banda e fazer carregar páginas mais rápido.
;Sessões de banco de dados
:As sessões podem ser armazenados no banco de dados, ou em arquivos. Sessões de banco de dados são mais confiáveis, seguro, e pode trabalhar melhor em locais com vários servidores.
;Conjunto de Caracteres UTF-8
:Conjunto de Caracteres UTF-8 são úteis para fóruns internacionais,ou fóruns que usam idiomas diferentes do Inglês. <br />
;Permitir a coleta Stat
:Esta opção permite o Simples Machines coletar estatísticas do seu fórum, anonimamente, de modo que o software pode crescer para atender às necessidades de sua base de usuários.


===Configuração do Servidor de Banco De Dadors===
===Finishing the installation process===
;Tipo de banco De Dqados
:O esquema de banco de dados pode ser selecionado aqui a partir de uma lista de esquemas de banco de dados suportado pelo servidor a ser utilizado. Esquemas mais recentes (para SMF 2.0), como PostgreSQL e SQLite podem ser listados aqui, se disponível. MySQL e PostgreSQL são recomendado.
;Nome do Servidor
:A localização do banco de dados é especificado aqui. 99% dos casos isso vai ser localhost.
;nome do Usuário
:O nome de usuário usado para o usuário do banco de dados deve ser colocado aqui. Se precisar de ajuda isso, the o serviço de hospedagem deve ser contactado.
;Senha
:A senha para o usuário do banco de dados é colocado aqui.
;nome do Banco de Dados
:O nome usado para o banco de dados deve ser colocado aqui. Se precisar de ajuda para isso o serviço de hospedagem deverá ser contactado.
;Prefixo do Banco de Dados
:O prefixo para todas as tabelas associadas com esta instalação é colocado aqui. Prefixando tabelas com prefixos originais permite mais de um aplicativo, ou Instalação SMF, para utilizar o mesmo banco de dados de forma segura.


Once all steps of the installation process have been completed, check the box to remove the install files from the server. If this does not work, they will need to be deleted via FTP. All installer files should be removed from the server once the installation process is complete. SMF does not need them any longer and they are a security risk.


===Criando a Conta do Administrador===
==Tidy Up==
O instalador SMF vai pedir informações para criar a conta de administrador do fórum.Essas informações incluem nome de usuário, senha e endereço de e-mail, apenas como uma conta normal. Uma vez criada, esta conta pode ser usado para visitar o Centro de Administração, para gerenciar e configurar o fórum. <br />


===Finalizando o processo de Instalação===
* If you have not already done so, delete ''install.php''. It is a security risk to leave in place once the install has been completed.
Uma vez que todos os passos do processo de instalação tiver sido concluída,marque a caixa para remover os arquivos de instalação do servidor. Se isso não funcionar, eles precisam ser excluídos via FTP. Todos os arquivos de instalação devem ser removidos do servidor uma vez que o processo de instalação estiver concluído, eles são um grande risco de segurança se for deixado em um servidor autônomo. Uma vez que o SMF estiver instalado eles não são mais necessários.<br />
* Check your file and folder permissions for safety.
** Most directory permissions are set to 544, while most files are set to 444, although this will depend on your server configuration. If in doubt, ask your host what CHMOD settings should be used for files and directories.
** The only exceptions are your root forum directory, the  '''attachments''' and '''cache''' directories, which may need to be set as high as 777 on some servers (this setting will cause 500 errors on other servers).


{{Installing SMF}}
{{Installing SMF}}

Revision as of 10:52, 23 April 2015

Installing an SMF forum is very simple! It can be done in six quick and simple steps.

It is not recommended to use an auto-installer to install SMF, because many of them are known to have issues or confuse users in the long run. Installing SMF manually is not difficult and will help you to understand better how it works.

SMF is free forum software that can be installed on a webserver. To install it, you will need a webserver with PHP, and access to a database. You can create a database ahead of time (be sure to note all the important database information) or wait for the installer to help you with this step. Please see the requirements and recommendations for more information on what you need before you start an install.

Create a Database

An SMF forum needs a database to store all the information about members, posts, and topics. You can use the tools your web host provides to create a new database and a database user for SMF to log in as and use. If you neglect this step at this point, the SMF installer will offer to help you with it later on.

Once you have created your database, be sure to make note of the database name, database user name, and password. You will need these details when you run the installer.

Creating a Database with phpMyAdmin

Most shared hosting services disable the option to create a database with phpMyAdmin. However, if this option is available to you, the database can be created from the phpMyAdmin home page.

Creating a Database with a Control Panel

If your hosting service provides a control panel interface, then this can be used to create a database. Selecting the "MySQL Databases" or "Database Wizard" options should take you to a page prompting you to create a MySQL database. With different hosts, these options may have different names.

SMF 2.0 supports MySQL, PostgreSQL and SQLite. SMF 1.1 supports only a MySQL database.

Creating a Database User

A database user can be created through the control panel provided by your hosting service. Selecting the "MySQL Databases" or "Database Wizard" options should take you to a page, prompting you to create a MySQL database user. With different hosts, these options may have different names.

The database user requires the following permissions: SELECT, INSERT, UPDATE, DELETE, CREATE, ALTER, DROP, and INDEX. Additional permissions may be granted, if desired.

Get SMF

Using your browser, you can download the latest version of SMF to your desktop computer. All SMF downloads can be found at SMF Downloads. The latest recommended version will always be available at http://www.simplemachines.org/download/index.php/latest/install/.

Extract the SMF Archive and Upload the Files to Your Website

The SMF install archive contains files that need to be copied to the correct place on your website before the installer can be executed. Wherever these files are located on the server, that is where your forum will be located. Extracting before uploading is usually the simplest method. If your host provides the necessary tools, you can try uploading before extracting.

You will need to use either FTP (in binary mode) or the tools in your hosting account's control panel (for more information on the control panel supplied by your hosting service, please see the documentation provided by your hosting service).

SMF can be uploaded to the site root, or to a directory on the site, such as www.yourdomain.com/forum.

Extracting Before Uploading

This is the way most people do it. It is easy, but can take longer.

  1. Extract the archive, usually by right-clicking the archive and selecting the "Extract All" option. When the install archive is extracted, a new folder should be created with all the files and directories in the correct places.
  2. Set your FTP client for binary transfer, select all the files and folders and copy them to the directory where you want to locate your forum.

Uploading Before Extracting

Some control panels, such as cPanel, give the ability to extract an archive right on the server. This can be a quicker than waiting for all the extracted files to copy via FTP. First, upload the file via your account's control panel. Second, select the extract option to extract the archive to the desired location -- the directory where you want your forum to be located.

Set File and Directory Permissions

File and directory permissions control who can see your files and use your directories. They can control whether you will be able to install mods to your forum. On Linux and other Unix-like servers the chmod command is used to designate permissions. On most servers, a setting of 755 for directories and 644 for files will work. If this does not work on your hosting service, you may need 777 or 775 for directories, and 666 or 664 for files. Some hosts do not allow using 777 for directories or 666 for files -- using such high values will cause Internal Server Errors, 500 erors, or other errors. If the permission on your files or directories does not make them writable, the SMF installer will report the problem -- if it can detect it.

Note: If a Windows server is being used rather than a Linux server, then you will need to contact your host to change the file/directory permissions.

Setting File Permissions with the Installer

In many cases, the SMF installer can handle this for you. If you want to give this a try, skip this step for now, and wait until you come to the appropriate point in the installer. The installer might need to ask you for FTP login details to get the job done, so be sure to make a note of them. If you run into any problems setting file permissions with the installer, you can use the instructions below for setting file permissions with FTP to handle it yourself.

Setting File Permissions with FTP

Using a control panel or FTP client, file permissions can be changed quickly and easily. Usually, FTP programs will allow permissions to be changed by right-clicking files/directories and selecting "Properties", "Attributes" or "Permissions". The desired numerical value can be entered, or if provided, check boxes can be changed.


Run the Installer

This is nearly the last step. You know where your forum directory is, because you put the files there yourself. So, point your browser at the file install.php in that directory. For example, if you put your forum in www.yourdomain.com/forum, you should point your browser at www.yourdomain.com/forum/install.php.

This script will ask you for information, some of which you have created and collected earlier.

Basic Forum Settings

Forum Name
The name for the forum being installed should go here. By default, this is set to “My Community”. This can be changed later in the Server Settings section of the administration center.
Forum URL
The URL for the forum, without the trailing slash (for example, http://www.yourdomain.com/forum). The SMF installer will probably guess this one correctly.
Gzip Output
If Gzip output tests pass, use this to save bandwidth and make pages load faster.
Database Sessions
Choose whether to store sessions in the database or in files. Database Sessions are preferred because they are more reliable, secure and may work better on sites with multiple servers.
UTF-8 Character Set
UTF-8 character sets are useful for international forums, or forums that use languages other than English.
Allow Stat Collection
This option allows Simple Machines to collect statistics from your forum, anonymously, to help the developers understand the needs of the user community.

Database server settings

Database type
The database schema can be selected here from a list of database schemas supported by the server being used. Newer schemas (for SMF 2.0) such as PostgreSQL and SQLite may be listed here if available. MySQL and PostgreSQL are recommended.
Server name
The location of the database is specified here. 99% of the time this will be localhost.
Username
The username for the database user should be placed here. If help is required for this, the hosting service provider should be contacted.
Password
The password for the database user is entered here.
Database name
The name used for the database should be placed here. If help is required for this, the hosting service provider should be contacted.
Database prefix
The prefix for all tables associated with this install is specified here. Prefixing tables with unique prefixes enables more than one application, or SMF install, to use the same database safely.

Creating an administrator account

The SMF installer will ask for information to create the forum's administrator account. This information includes username, password and e-mail address for the administrator account. This account will be necessary to get access to the SMF administration center, to manage and configure the forum.

Finishing the installation process

Once all steps of the installation process have been completed, check the box to remove the install files from the server. If this does not work, they will need to be deleted via FTP. All installer files should be removed from the server once the installation process is complete. SMF does not need them any longer and they are a security risk.

Tidy Up

  • If you have not already done so, delete install.php. It is a security risk to leave in place once the install has been completed.
  • Check your file and folder permissions for safety.
    • Most directory permissions are set to 544, while most files are set to 444, although this will depend on your server configuration. If in doubt, ask your host what CHMOD settings should be used for files and directories.
    • The only exceptions are your root forum directory, the attachments and cache directories, which may need to be set as high as 777 on some servers (this setting will cause 500 errors on other servers).


Advertisement: