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).