-
Notifications
You must be signed in to change notification settings - Fork 43
added updated installation doc #234
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Apurv Sonawane <[email protected]>
Signed-off-by: Apurv428 <[email protected]>
pleia2
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a few comments/questions about the npm instructions.
| #### Install dependencies and complete the secure installation. Remember the root password you set, you will need this in the future. | ||
|
|
||
| sudo apt install mariadb-server python3-pymysql | ||
| sudo mysql_secure_installation |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FYI I had problems running mariadb due to https://mariadb.com/kb/en/authentication-plugin-unix-socket/. I got around this by setting the root user to use password instead of unix_socket: https://stackoverflow.com/questions/69776205/disable-root-login-without-password-with-mariadb-10-5
Signed-off-by: Apurv428 <[email protected]>
No description provided.