Updated tutorial setup (markdown)

2022-08-01 19:51:24 +10:00
parent ab70225594
commit b7a1eb877d
+2
@@ -117,6 +117,8 @@ You might need sudo, and you could add `-d` to detach the process from the conso
## Setting Up Development ## Setting Up Development
Warning: Due to a HTTPS bug, this setup mode does not currently work. See [this issue](https://github.com/krgamestudios/MERN-template/issues/38) for details.
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. 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 `tools/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`.