From b6155086572d80722b361be2c990a131620d6b2b Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Mon, 30 May 2022 23:26:56 +1000 Subject: [PATCH] Updated tutorial setup (markdown) --- tutorial-setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorial-setup.md b/tutorial-setup.md index 2500049..6ab2dc4 100644 --- a/tutorial-setup.md +++ b/tutorial-setup.md @@ -117,7 +117,7 @@ You might need sudo, and you could add `-d` to detach the process from the conso For development, you'll need Nodejs and MariaDB installed and working on your machine. Remember to run `npm install` in the git repo after cloning to get all of the libraries. -First, run `sql/create_database.sql` on your mariaDB instance - this will create a database called `template` and a user called `template`@`%` with the password `pikachu`. +First, run `tools/create_database.sql` on your mariaDB instance - this will create a database called `template` and a user called `template`@`%` with the password `pikachu`. Next, copy `.envdev` into a new file called `.env` (`SECRET_ACCESS` should have the value `access`, this is the key for the dev-servers that you're about to connect to).