Você está na página 1de 4

1. PHP 5.

2 ou mais (se voc tiver uma mquina virtual rodando uma verso anterior do LAMP Linux, como "LAMP da vov", ento no vai funcionar desde LAMP av, por exemplo, s funciona PHP 5.1.) 2. MySQL 5 + 3. PHPMyAdmin ou HeidiSQL para a importao do banco de dados. 4. Fortemente recomendadas : Linux Hosting - NO Hospedagem Windows. Se voc tiver o Windows de hospedagem que est tudo bem, mas o Linux faz ir muito mais suave! Baixe e descompacte

1. Baixe o pacote groupclone. 2. Descompacte os arquivos na pasta que voc deseja instal-lo em (pasta raiz enganosa, voc pode fazer uma subpasta se o nome de domnio aponta para essa subpasta na sua hospedagem, ou se voc quiser testar o site fora antes do lanamento). Instalao de banco de dados

1. No arquivo groupclone.sql sob db.zip, abri-lo, CTRL + F frase "config_data", e alterar as variveis no "web / insegura / base_url" e "web / seguro / base_url" de "http:// localhost / groupclone " para " http://yourdomain.com ". 2. Instalar o banco de dados usando o phpMyAdmin ou HeidiSQL com seu arquivo SQL atualizado. 3. Se voc no alterar a URL base segura e URL base no segura, faa-o agora! Ir para a mesa "magentocore_config_data" e deve ser config 2 ID e 3. Conectando o site para o banco de dados Uma vez feito isso, voc precisa conectar o site ao banco de dados. Para que v para o seguinte: "/ app / etc / local.xml" e dar o seu banco de dados de detalhes do servidor hostname nome de usurio senha nome do banco no lugar abaixo de locais xml. ionCube

Voc precisa instalar ioncube agora. Php.ini aberto (ou php5.ini se no GoDaddy) o arquivo no diretrio raiz. Encontre esta linha "zend.ze1_compatibility_mode = off". [Zend] zend_extension = / httpdocs/ioncube/ioncube_loader_lin_5.2.so cole essas linhas abaixo de "zend.ze1_compatibility_mode = off" Se voc estiver em um servidor dedicado, voc pode precisar consultar um servidor Linux profissional para instalar ionCube, pois isso economiza muita dor de cabea. Encontrar caminho absoluto

1. 2. 3. 4. 5. 6. 7.

1. Para encontrar o caminho absoluto, execute phpinfo.php como este, http://www.domain.com \ phpinfo.php . Voc pode encontrar um caminho absoluto na lista. 2. Open_basedir | / var / www / vhosts / groupclone.net / httpdocs: / tmp. 3. Aqui "/ var / www / vhosts / groupclone.net / httpdocs: / tmp" um caminho absoluto. (s vezes ele l "vazio") Se o caminho absoluto no aparecer,

1. O que voc precisa fazer ento, se voc definir a configurao do banco de dados completamente, ir para o site e obter a seguinte mensagem de erro: "erro do site: o arquivo app / / code / core / Mage / Page / Block / Html / Head.php requer a

ionCube PHP Carregador ioncube_loader_lin_5.2.so para ser instalado pelo administrador do site. " 2. O caminho absoluto o que voc precisa. Colocando o caminho absoluto no php.ini (ou php5.ini)

1. No php.ini (ou php5.ini), encontrar o caminho absoluto nesta tela. E substituir o caminho como apresentado a seguir, 2. [Zend] 3. zend_extension = / httpdocs/ioncube/ioncube_loader_lin_5.2.so 4. Para verificar se o ioncube instalado corretamente usar este link, http://www.domain.com \ ioncube \ ioncube-loader-helper.php 5. ***** SUPER IMPORTANTE ***** Com servios de hospedagem como o GoDaddy, com suas PHP 5 hospedagem que incluem um arquivo php.ini em vez de um arquivo php5.ini. Por que o caso est alm de mim. Voc precisa RENAME (nem mesmo manter uma cpia do php.ini) php.ini para php5.ini. O mesmo se aplica com software Contus '. Renomear php.ini l para php5.ini. Caso contrrio, a instalao ionCube no vai funcionar e voc vai ser preso! Entrada ganhando no Sistema de Administrao

1. Por alguma razo aqui no h maneira de definir o nome de usurio instantaneamente admin / password. O que voc precisa fazer o seguinte: 2. Na mesa "magentoadmin_user," voc precisa mudar a senha, a fim de comear dentro Faa o seguinte : 3. Digite a consulta "UPDATE magentoadmin_user SET password = CONCAT (MD5 ('qXpassword'), ': QX') WHERE username = 'admin'" "senha" onde est a sua senha. 4. Uma vez feito isso, voc pode entrar no sistema admin sob sitename.com / admin e modificar outras informaes, incluindo a adio / remoo de administradores. Fornecer chave de licena

1. Ento voc precisa fornecer a chave de licena, que muito importante. 2. Sem chave de licena, o site no ir carregar os negcios, Goto: Admin -> Sistema > Configurao -> LicenseKey (Configuration) -> Configurao de Licena, onde voc pode digitar a chave de licena vlida para esse domnio particular. ? E se voc estiver executando GroupClone Contus 'em uma mquina Windows local para testes Se voc estiver indo para testar o arquivo localmente, voc precisa usar esta chave de licena para localhost.com chave de licena: 3YY2YFQ3O2O3OD4PV34VQ2OPQXVPXOO1NV1FX5Q1 Para alterar localhost para localhost.com, Procure no seu arquivo hosts (normalmente localizado em C: \ Windows \ System32 \ drivers \ etc). Procure a linha: 127.0.0.1 localhost Altere para: 127.0.0.1 http://www.localhost.com Obtendo uma Chave de Licena

1. Chave de licena vai funcionar apenas para esse domnio particular. 2. Voc pode obter a chave de licena para o domnio que voc vai instalar a partir de ns, aps o pagamento efetuado com sucesso. 3. E voc tem feito isso agora. (Fale a sua equipe de apoio bilhete e pegar a chave de licena. Voc tem que confirmar o seu domnio ea chave de licena no ser alterado uma vez que voc confirmar seu domnio e obter de sua equipe)

VA Cuoi Cung l ligao dow

1. PHP 5.2 AND OVER (if you have a virtual machine running an earlier version of Linux LAMP, like Grandmas LAMP, then it wont work since Grandmas LAMP for example only runs PHP 5.1.) 2. MySQL 5+ 3. PHPMyAdmin or HeidiSQL for the database import. 4. Strongly Recommended: Linux Hosting NOT Windows Hosting. If you have Windows hosting thats okay, but Linux makes it go a LOT smoother! Download and Unzip

1. Download the groupclone package. 2. Unzip the files in the folder you want to install it on (root folder is misleading, you can do a subfolder if the domain name points to that subfolder in your hosting, or if you want to test the site out prior to launch). Database Installation

1. In the groupclone.sql file under db.zip, open it up, CTRL+F the phrase config_data, and change the variables in web/unsecure/base_url and web/secure/base_url from http://localhost/groupclone to http://yourdomain.com. 2. Install the database using PHPMyAdmin or HeidiSQL with your updated SQL file. 3. If you didnt change the secure base URL and unsecure base URL, do it now! Go to the table magentocore_config_data and it should be config IDs 2 and 3. Connecting the website to the database Once thats done, you need to connect the website to the database. For that go to the following: /app/etc/local.xml and give your database details Server hostname user name password database name in the below place of local .xml file ionCube

You need to install ioncube now. Open php.ini (or php5.ini if on GoDaddy) file in the root directory. Find this line zend.ze1_compatibility_mode = off . [Zend] zend_extension = /httpdocs/ioncube/ioncube_loader_lin_5.2.so paste these lines below zend.ze1_compatibility_mode = off If youre on a dedicated host, you may need to consult a Linux Server professional to install ionCube, as this saves a lot of headache. Finding Absolute Path

1. 2. 3. 4. 5. 6. 7.

1. To find the absolute path, run phpinfo.php like this, http://www.domain.com\phpinfo.php. You can find an absolute path in the list. 2. Open_basedir | /var/www/vhosts/groupclone.net/httpdocs:/tmp. 3. Here /var/www/vhosts/groupclone.net/httpdocs:/tmp is an absolute path. (sometimes it reads empty) If the Absolute Path Doesnt Appear,

1. What you need to do then, if you set up the database configuration completely, is to go onto the site and get the following error message: Site error: the file /app/code/core/Mage/Page/Block/Html/Head.php requires the ionCube PHP Loader ioncube_loader_lin_5.2.so to be installed by the site administrator. 2. That absolute path is what you need.

Placing the absolute path in php.ini (or php5.ini)

1. In php.ini (or php5.ini), find the absolute path in this screen. And replace the path as given below, 2. [Zend] 3. zend_extension = /httpdocs/ioncube/ioncube_loader_lin_5.2.so 4. To check if the ioncube installed properly use this link, http://www.domain.com\ioncube\ioncube-loader-helper.php 5. *****SUPER IMPORTANT***** With hosting services like GoDaddy, with their PHP 5 hosting they include a php.ini file instead of a php5.ini file. Why that is the case is beyond me. You need to RENAME (not even keeping a copy of php.ini) php.ini to php5.ini. The same applies with Contus software. Rename php.ini there to php5.ini. Otherwise the ionCube installation wont work and you will be stuck! Gaining Entry into the Admin System

1. For some reason here there is no way to instantly set the admin username/password. What you need to do is as follows: 2. At the table magentoadmin_user, you need to change the password in order to get in. Do the following: 3. Enter the query UPDATE magentoadmin_user SET password=CONCAT(MD5(qXpassword), :qX) WHERE username=admin where password is your password. 4. Once thats done, you can enter the admin system under sitename.com/admin and modify other information, including adding/removing admins. Provide License Key

1. Then you need provide the license key, which is very important. 2. Without License Key, site will not load the deals, Goto: Admin -> System -> Configuration ->LicenseKey(Configuration) -> License Config, Where you can enter the valid License Key for that particular domain. What if youre running Contus GroupClone on a local Windows machine for testing? If you are going to test the file locally, you need to use this License key for localhost.com License Key : 3YY2YFQ3O2O3OD4PV34VQ2OPQXVPXOO1NV1FX5Q1 To change localhost to localhost.com, Look in your hosts file (usually located under C:\Windows\System32\drivers\etc). Look for the line: 127.0.0.1 localhost Change this to: 127.0.0.1 http://www.localhost.com Obtaining a License Key

1. License Key will work only for that particular domain. 2. You can get the License Key for the domain you are going to install from us , after the successfull payment. 3. And you have done it now. (Contact their ticket support team and get the license key. You have to confirm your domain and the license key will not be changed once you confirm your domain & get from their team)

Você também pode gostar