Jump to content

Install cachethq


Recommended Posts

9 minutos atrás, Jefferson Tenorio disse:

quando rodo o artisan da

Application key [base64:w34e23dsdsxsdsdsdsX0Os4tmAkyXR6N0=] set successfully

e o .env está configurado como pede o tutorial. database.... login e senha

você configurou o apache? 

verifica se a key está no .env em app_key

se estiver usando ubuntu, verifica a configuração do apache, no 000-default.conf ve se está assim:

<VirtualHost *:80>  
        ServerName <INSIRA SEU SERVERNAME>
        ServerAlias <INSIRA SEU SERVERALIAS>
        ServerAdmin webmaster@localhost
        DocumentRoot /var/www/Cachet/public
        ErrorLog ${APACHE_LOG_DIR}/error.log
        CustomLog ${APACHE_LOG_DIR}/access.log combined
<Directory "/var/www/Cachet/public">  
        Require all granted
        Options Indexes FollowSymLinks
        AllowOverride All
        Order allow,deny
        Allow from all
</Directory>  
</VirtualHost>  

Se não estiver como mostrado acima, altere e utilize os comandos

a2enmod rewrite

service apache2 restart

Link to comment
5 minutos atrás, Leonardox disse:

você configurou o apache? 

verifica se a key está no .env em app_key

se estiver usando ubuntu, verifica a configuração do apache, no 000-default.conf ve se está assim:


<VirtualHost *:80>  
        ServerName <INSIRA SEU SERVERNAME>
        ServerAlias <INSIRA SEU SERVERALIAS>
        ServerAdmin webmaster@localhost
        DocumentRoot /var/www/Cachet/public
        ErrorLog ${APACHE_LOG_DIR}/error.log
        CustomLog ${APACHE_LOG_DIR}/access.log combined
<Directory "/var/www/Cachet/public">  
        Require all granted
        Options Indexes FollowSymLinks
        AllowOverride All
        Order allow,deny
        Allow from all
</Directory>  
</VirtualHost>  

 

não . eu limpo tudo e coloco isso ? pois tinha feito uma guia por cachet.conf

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

Do you agree with our terms?