SUST CSE Social Network
Setup Instructions
Summit Haque
Asif Mohaimen
May 8, 2017
Download JDK from this link below:
http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.
html
Set up JDK.
Download Netbeans IDE from the link below:
https://netbeans.org/downloads/index.html
Download the version with all supports. Go through the setup process.
Download mysql community server from the link below:
https://dev.mysql.com/downloads/mysql
Set it up.
Clone our project from github using the following commands:
$git init
$git clone https://github.com/saumiko/sustcsesocial.git
After you’re done with it open this project in Netbeans IDE. Add the following classes
in the location: your_project_directory/src/DBMS/
1. https://git.io/v9sTU
2. https://git.io/v9sTZ
At line 27,28,29 at the ConfirmationMail class update your gmail credentials. At
line 25,26,27 at the ForgotPasswordMail class do the same. Make sure you have the
acceptance for 3rd party applications in your gmail account.
Import the database in your mysql server from here: https://git.io/v9sT7
1
Populate your student table with queries like it is shown in here: https://git.io/
v9ske.
Update your database credentials in the DatabaseInfo Class.
Run the project and browse.
You’re good to go now.
2