Soo i listend to you guys and moved to digitalocean VPS i did install a control panel called sentora i have used many times but i uploaded all files to the website all php extensions installed this time (YAY) and all the folders are 777 in chmod but getting the page isn't working after pressing Launch installer.
Hello,
Ok so, on your VPS you will using only one website (contentify) or many website ?
Its gonna be one website but then we will have another website to host files onto ;)
Can you provide me your URL for install Contentify ?
zealgg.com but u get error but for contentify zealgg.com/public/
I dont know how Sentora work ...
How did you create your website in Sentora ?
I'm looking on google and i found this:
https://www.snip2code.com/Snippet/1032891/Laravel-5-2-on-sentora-fix
Because for Laravel your rootdirectory must have: public
any way to change it?
i followed that tutorial, still not working ill try to reboot the vps
EDIT: DIDN'T WORK ;(
Soo i destroyed the droplet and remade it now i installed LAMP on to the vps and the IP Changed soo i have to wait till DNS Finishes
So now i can send you virtualhost configuration for your website
yes
do u know how to fix This site can’t be reached?
So i think in LAMP it's Apache2:
oki :)
Done it all now am uploading the contentify files into /VAR/WWW/WEBSITE/PUBLIC
I did it now with the files uploaded going to my website i get refused to connect ;(
If i go to my website thru the ip it tells me to click the WEBSITE FOLDER then PUBLIC ;( i want it to go in public straight away
Can you write: ls /etc/apache2/sites-enabled
Copy paste the result here please.
/! I HELP YOU BUT I'M NOT AS YOUR SERVICE !
I'm trying to help you but is very difficult because you cannot explain your problem !
So wait !
Thank you to stop your flood !
Okay I did it and it only shows WEBSITE.CONF i think it was 000-default.conf which i just disabled ;)
I said "copy paste the result here please" so copy paste result of these command please !
Copy paste result of these command please.
root@Zealgg:/var/www/WEBSITE/public# ls /etc/apache2/sites-enabled
WEBSITE.conf
root@Zealgg:/var/www/WEBSITE/public# cat /etc/apache2/sites-enabled/WEBSITE.conf
ServerName www.zealgg.com
ServerAdmin [email protected]
DocumentRoot /var/www/WEBSITE/public
<Directory /var/www/WEBSITE/public>
Allowoverride All
</Directory>
# Available loglevels: trace8, ..., trace1, debug, info, notice, warn,
# error, crit, alert, emerg.
# It is also possible to configure the loglevel for particular
# modules, e.g.
#LogLevel info ssl:warn
ErrorLog ${APACHE_LOG_DIR}/WEBSITE/error.log
CustomLog ${APACHE_LOG_DIR}/WEBSITE/access.log combined
root@Zealgg:/var/www/WEBSITE/public#
Ok thank you for information, can you write there please:
Copy paste result of these command here please.
root@Zealgg:/var/www/WEBSITE/public# clear
root@Zealgg:/var/www/WEBSITE/public# ls /var/www/WEBSITE/
public
root@Zealgg:/var/www/WEBSITE/public# ls /var/www/WEBSITE/public
app bootstrap composer.lock config database license.txt package.json phpunit.xml readme.md server.php tests
artisan composer.json composer.phar contentify Gruntfile.js node_modules phpspec.yml public resources storage vendor
root@Zealgg:/var/www/WEBSITE/public#
Thanks.
Error is here:
You have copied entire folder of Contentify in public ...
root@Zealgg:/var/www/WEBSITE/public# ls /var/www/WEBSITE/public
app bootstrap composer.lock config database license.txt package.json phpunit.xml readme.md server.php tests
artisan composer.json composer.phar contentify Gruntfile.js node_modules phpspec.yml public resources storage vendor
Let's go
Did that all now since domain still dsnt wrk i went thru the ip and it said : The requested URL / was not found on this server.
Can you make this please:
Copy paste result here
oh i was a big noob and i fucked up and command sry ;( am getting this error now this page isn't working :(
Same error in title
Ok can you make this please:
Copy paste result here
root@Zealgg:~# apache2ctl -M
AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1. Set the 'ServerName' directive globally to suppress this message
Loaded Modules:
core_module (static)
so_module (static)
watchdog_module (static)
http_module (static)
log_config_module (static)
logio_module (static)
version_module (static)
unixd_module (static)
access_compat_module (shared)
alias_module (shared)
auth_basic_module (shared)
authn_core_module (shared)
authn_file_module (shared)
authz_core_module (shared)
authz_host_module (shared)
authz_user_module (shared)
autoindex_module (shared)
deflate_module (shared)
dir_module (shared)
env_module (shared)
filter_module (shared)
mime_module (shared)
mpm_prefork_module (shared)
negotiation_module (shared)
php5_module (shared)
rewrite_module (shared)
setenvif_module (shared)
status_module (shared)
root@Zealgg:~#
Thanks for all this help :)
Can you now make this:
Copy paste result here please
root@Zealgg:~# cat /var/www/WEBSITE/public/.htaccess
Options -MultiViews
RewriteEngine On
# Redirect Trailing Slashes...
RewriteRule ^(.*)/$ /$1 [L,R=301]
# Handle Front Controller...
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L]
root@Zealgg:~#
Make this:
Try again please
done now ?
Are you make all commands ?
Sorry i failed, make this:
were u wrote 3,4,5 and then 3 i can't do it gives me error i get this : root@Zealgg:/var/www/WEBSITE# chmod 777 -vR storage
mode of ‘storage’ retained as 0777 (rwxrwxrwx)
mode of ‘storage/app’ retained as 0777 (rwxrwxrwx)
mode of ‘storage/app/database.ini’ retained as 0777 (rwxrwxrwx)
mode of ‘storage/app/.gitignore’ retained as 0777 (rwxrwxrwx)
mode of ‘storage/app/modules.json’ retained as 0777 (rwxrwxrwx)
mode of ‘storage/logs’ retained as 0777 (rwxrwxrwx)
mode of ‘storage/logs/.gitignore’ retained as 0777 (rwxrwxrwx)
mode of ‘storage/.gitignore’ retained as 0777 (rwxrwxrwx)
mode of ‘storage/database’ retained as 0777 (rwxrwxrwx)
mode of ‘storage/database/.gitignore’ retained as 0777 (rwxrwxrwx)
mode of ‘storage/framework’ retained as 0777 (rwxrwxrwx)
mode of ‘storage/framework/cache’ retained as 0777 (rwxrwxrwx)
mode of ‘storage/framework/cache/.gitignore’ retained as 0777 (rwxrwxrwx)
mode of ‘storage/framework/.gitignore’ retained as 0777 (rwxrwxrwx)
mode of ‘storage/framework/views’ retained as 0777 (rwxrwxrwx)
mode of ‘storage/framework/views/.gitignore’ retained as 0777 (rwxrwxrwx)
mode of ‘storage/framework/sessions’ retained as 0777 (rwxrwxrwx)
mode of ‘storage/framework/sessions/.gitignore’ retained as 0777 (rwxrwxrwx)
root@Zealgg:/var/www/WEBSITE# chmod 777 -vR /public/rss
chmod: cannot access ‘/public/rss’: No such file or directory
failed to change mode of ‘/public/rss’ from 0000 (---------) to 0000 (---------)
root@Zealgg:/var/www/WEBSITE# * chmod 777 -vR /public/rss*
No command 'app' found, but there are 17 similar ones
app: command not found
root@Zealgg:/var/www/WEBSITE#
Yes i failed my command,
re-run this without "/" (i wrote /public/rss so it's public/rss)
chmod 777 -vR storage
chmod 777 -vR boostrap/cache
chmod 777 -vR public/uploads
chmod 777 -vR public/share
chmod 777 -vR public/rss
K done but got error on 3cmd
u got steam soo i can talk to you on there?
I'm sorry i stopped to use steam long time ago.
Come on on discord: https://discord.gg/WDeGY
You can close this issue.
Ok thanks!
Yeah sometimes it can be very stressful to install it. :( I wish it was easier. If someone has ideas how to improve the installation please let me know!
Most helpful comment
So i think in LAMP it's Apache2:
http://laravel.io/bin/6LrOv/raw