Skip to content
Snippets Groups Projects
Commit 91cd4529 authored by David Trattnig's avatar David Trattnig
Browse files

Move to main section in docs.

parent 2f009e9a
No related branches found
No related tags found
No related merge requests found
...@@ -23,11 +23,7 @@ else ...@@ -23,11 +23,7 @@ else
mysql -uroot -p${rootpasswd} -e "GRANT ALL PRIVILEGES ON aura_engine.* TO 'aura'@'localhost';" mysql -uroot -p${rootpasswd} -e "GRANT ALL PRIVILEGES ON aura_engine.* TO 'aura'@'localhost';"
mysql -uroot -p${rootpasswd} -e "FLUSH PRIVILEGES;" mysql -uroot -p${rootpasswd} -e "FLUSH PRIVILEGES;"
echo "Done." echo "Done."
echo "Installing MySQL/MariaDB Libraries..."
apt-get install mariadb-server libmariadbclient-dev
echo "Done."
echo echo
echo echo
echo "Please note your database credentials for the next configuration steps:" echo "Please note your database credentials for the next configuration steps:"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment