setup project environment

Published: 07 July 2017
on channel: Thameera Muthukumarana
108
1

How to Configure source code in eclipse:
-----------------------------------------

Configure Database - MySQL:

1. Install MySQL Database if not installed.
2. Via command prompt or any other MYSQL IDE, execute attached sql script [ jupiter-web/src/main/resources/sql/db_script.sql ] as DBA for create project schema and insert pre-required data [Since application needs pre configured users ].


Configure Eclipse:
1. Setup the apache tomcat server in eclipse.
2. Extract the zipped folder 'jupiter-web' in to your eclipse workspace folder.
3. Import jupiter-web project in to eclipse IDE using existing maven projects.
4. After importing the project you should setup the build path. [right click the eclipse project and go to build path and add jdk system library and apache tomcat server. - workspace default jdk, java SE 8 ]

5. Do the below steps under the 'jupiter-web' project one at a time.[These projects are Maven based and you need proper internet connection to download some libraries from Maven ]

i.Right click on the project and -- Maven --update
ii. Right click on the project and run as -- Maven -- clean
iii. Right click on the project and run as -- Maven -- install
6. Right click on the jupiter-web project and execute Run As -- Run on Server
--- Now your server is up and running ---
7. now Banking web site has been launched. you can use as your wish our banking site.[ Use the how to use guide further more ]


On this page of the site you can watch the video online setup project environment with a duration of hours minute second in good quality, which was uploaded by the user Thameera Muthukumarana 07 July 2017, share the link with friends and acquaintances, this video has already been watched 108 times on youtube and it was liked by 1 viewers. Enjoy your viewing!