From 75623465c185a2dcd472f36ece9a11869a843b44 Mon Sep 17 00:00:00 2001 From: Wruczek Date: Thu, 27 Dec 2018 23:36:04 +0100 Subject: [PATCH] Updated [EN] Website Installation (markdown) --- [EN]-Website-Installation.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/[EN]-Website-Installation.md b/[EN]-Website-Installation.md index 4cc6fc8..f676832 100644 --- a/[EN]-Website-Installation.md +++ b/[EN]-Website-Installation.md @@ -55,6 +55,12 @@ Install some additional PHP packages: ``` sudo apt-get install php-mbstring php-curl ``` +Create a database: +``` +sudo mysql +CREATE DATABASE ts-website; +exit +``` #### Installing TS-website