This README would normally document whatever steps are necessary to get the application up and running.
Things you may want to cover:
- Ruby version - 3.2.1
- Verify that Docker Desktop is installed and running.
- Download RubyMine
- Make sure that the Docker plugin is enabled.
Tutorial: Docker Compose as a remote interpreter
- username: root
- password: expertiza
The deployment does not allow creating new users. To facilitate testing, we have manually added a test email into the database. Follow the steps below to test the password reset functionality.
-
Go to http://152.7.177.227:3000/login and click on 'forget password' button.
-
Input the email address: [email protected] and click on request password.
-
Open another tab and log into Gmail using the following credentials:
- Email:
[email protected] - Pass:
Test@1234
- Email:
-
After logging in, you should be able to see the inbox and there should be an email from Expertiza Mailer(check spam folder if you don't see the email). Open the email and click on the link to reset the password.
-
Type in the new password and reset it. Then head back to http://152.7.177.227:3000/login and try logging in with the email and the new password that you set up.
