Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Mistake in one command (only typo)

...

  • Create Gnome desktop launcher
    ## Create following file, with your favorite editor ##
    /usr/share/applications/eclipse.desktop
       ( graphically)
          gksu -u roo+t root gedit /usr/share/applications/eclipse.desktop
     
    ## Add following content to file and save ##
    [Desktop Entry]
    Encoding=UTF-8
    Name=Eclipse
    Comment=Eclipse SDK 3.6.1
    Exec=eclipse
    Icon=/opt/eclipse/icon.xpm
    Terminal=false
    Type=Application
    Categories=GNOME;Application;Development;
    StartupNotify=true

...

  1. Launch Eclipse EE and create a new workspace (Applications -> Programming -> Eclipse)
  2. See How to install Eclipse plugins sections here

Check out Source Code from repository

...

  1. See how to check out a maven project from a Git repository here

Install OpenMRS 

  • In the project explorer panel, right click on the project which has been created and navigate to “Run as → Maven Install” (this may take some time to complete)

...

  1. Once the jetty application server is running (via Maven Build, last step), point your browser to http://127.0.0.1:8080/openmrs/initialsetup
  2. http://127.0.0.1:8080/openmrs/initialsetupClick on the “Advanced” installation option and press continue.
  3. Follow these configuration instructions## ** NOTE this is where you will need the mysql database password from before
  4. You should now be able to login to OpenMRS via http://127.0.0.1:8080/

...