Quantcast
Channel: Joomla! Forum - community, help and support
Viewing all articles
Browse latest Browse all 1500

General Questions/New to Joomla! 5.x • Re: Not creating configuration file

$
0
0
The joomla install should create the configuration file.

Can you post the FPA report (see red box top of forum page here - Forum Post Assistant).

Does your hosting support Joomla 5?
I am completely new here, and doing this for school assingment, could it be its not in the right place?, im using ssh and cmd, chat is no help.

Also i made it manually and game permisssion but still nothing, when i was in the overview durign browser installation it said "crate a configuration file - no " red, while everything else was green- yes

anyways heres my full code, maybe you spot the error ... thanks anyways


sudo apt update
sudo apt upgrade
sudo apt install apache2 mysql-server php libapache2-mod-php php-mysql unzip wget php-xml

cd /var/www/html
sudo wget https://downloads.joomla.org/cms/joomla ... ackage.zip -O joomla.zip

sudo unzip joomla.zip -d joomla
sudo chown -R www-data:www-data joomla
sudo chmod -R 755 joomla

sudo mv joomla/* .
sudo rm -r joomla joomla.zip

sudo mysql_secure_installation
sudo mysql -u root -p

CREATE DATABASE joomla;
CREATE USER 'joomlauser'@'localhost' IDENTIFIED BY 'ispit123';
GRANT ALL PRIVILEGES ON joomla.* TO 'joomlauser'@'localhost';
FLUSH PRIVILEGES;
EXIT;

sudo rm /var/www/html/index.html

Statistics: Posted by lekistra — Sun Jun 16, 2024 1:21 pm



Viewing all articles
Browse latest Browse all 1500

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>