Guidelines


Setting up environment for MSDProject


For this we need the following software and tools
  • JDK 1.8
  • Eclipse Neon or Oxygen
  • Apache Tomcat
  • MYSQL
  • Spring Libraries
  • Apache Commons Libraries

  1. Download and Install the latest JDK [http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html]
  2. Setup path variables for JAVA_HOME and make sure JAVA is configured properly [https://www.java.com/en/download/help/path.xml]
  3. Download Eclipse Installer from [http://www.eclipse.org/downloads/]
  4. Once the installer is open, select "Eclipse IDE for Java EE Developers"
  5. Download and Extract TOMCAT for windows [https://www.ntu.edu.sg/home/ehchua/programming/howto/Tomcat_HowTo.html]
  6. Setup path variables for TOMCAT
  7. Download Spring jar files [http://repo.spring.io/release/org/springframework/spring/4.3.4.RELEASE/spring-framework-4.3.4.RELEASE-dist.zip]
  8. Download apache commons logging jar [http://commons.apache.org/proper/commons-logging/download_logging.cgi]
  9. Create a Github account [www.github.com]
  10. Download and install git hub for desktop [https://github-windows.s3.amazonaws.com/GitHubSetup.exe]
  11. Go to [https://github.com/CloudyPadmal/Internship-Management-System]
  12. There is a button "Fork" at the top of the screen. Click it
  13. Go to your git hub page and clone it to your computer [https://help.github.com/desktop/guides/contributing/cloning-a-repository-from-github-to-github-desktop/]

And we're ready!


Open eclipse and try opening the project!

Comments

Popular posts from this blog

Python Laboratory Excersices

Mocking Point Clouds in ROS Rviz

Find Maximum Number in a Nested List Recursively