Skip to content

muzammil-devops/ArthMarineEvent

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Create a Ec2 Machine "Minimum 2xCpu"

Install Packages:- apt install node npm mysql-sever openjdk-11-jdk maven -y

edit configuration file in mysql:- cd /etc/mysql/mysql.conf.d/ => nano mysqld.cnf => bind-address 0.0.0.0

Restart Mysql :- systemctl restart mysql

Setup Mysql:- mysql

  • **create database AthmarineEvent;
  • **RENAME USER 'root'@'locahost' TO 'root'@'%';
  • **ALTER USER 'root'@'%' IDENTIFIED WITH mysql_native_password BY 'mysql23';
  • **GRANT ALL PRIVILEGES ON . TO 'root'@'%' WITH GRANT OPTION;
  • **FLUSH PRIVILEGES;

Frontend = cd /MarineEventWeb/src/Container/Home/ = nano index.js => Enter public ip => http://18.143.169.22:8080/event/register

Backend = cd /MarineEvent/src/main/resources/application.properties => jdbc:mysql://public_Ip:3306/AthmarineEvent

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 47.5%
  • Java 28.0%
  • CSS 20.4%
  • HTML 4.1%