Bonfire Database

Trying to get started with installing Bonfire on Ubuntu 18.04 at AWS
At first it tells me No database selected
so then I add it through phpMyAdmin and to the /config/database.php
then it tells me the table doesn't exist… but I’ve not seen anywhere in the documentaion where it says to create this table or even the database.
In fact it says it will be created for me…
So what am I miss understanding?
Bonfire Documentation


1 sudo apt update
2 sudo apt upgrade
3 sudo apt-get install lamp-server^
5 sudo mysql_secure_installation
7 cd /var/www/html
8 sudo git clone https://github.com/ci-bonfire/Bonfire.git
9 sudo nano /etc/apache2/sites-available/000-default.conf
10 sudo nano /var/www/html/Bonfire/application/config/database.php
11 sudo nano /var/www/html/Bonfire/application/config/config.php
14 sudo apt install phpmyadmin php-mbstring php-gettext
16 sudo phpenmod mbstring
25 sudo systemctl restart apache2

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.