Giter Club home page Giter Club logo

whatchamacallit's Introduction

WhatChaMaCallIt

The following steps are located here: https://wiki.openmrs.org/display/docs/Step+by+Step+Installation+for+Developers How to run: Install at least version java 1.6 (the JDK if you plan to edit the source, JRE if you are just running), MySql, Eclipse IDE for Java EE Developers, Tomcat8.x is recommended but optional, then checkout the repo. Go to the most outer project directory and run:

mvn clean install

Ensure you have MySQL running
Get the latest version of the legacyui module code

git clone https://github.com/openmrs/openmrs-module-legacyui.git

Build the module

cd openmrs-module-legacyui
mvn clean install

After successfully building the legacyui module, you will find it at openmrs-module-legacyui/omod/target/legacyui-{version}-SNAPSHOT.omod. Move this file to:

home/.OpenMRS/modules/

If the modules directory is not there, create it.

Then you can start the OpenMRS Platform as follows: move into the "webapp" directory and execute following command:

mvn jetty:run

Wait for the [ INFO ] Started Jetty Server message and open the web browser at http://localhost:8080/openmrs. Follow the instructions.

#UI Module Folder Information
The UI module folder is where the escape key bug will be fixed. The file location for the escape key is found in openmrs-module-legacyui/omod/src/main/webapp/resources/scripts/dictionary/conceptForm.js

#Two locations for Description asterisk and code:

  1. openmrs-module-legacyui/omod/src/main/webapp/admin/dictionary
    Added code line 397 after <openmrs:message code="general.description" />: <span class="required">*</span>
  2. openmrs-module-legacyui/omod/src/main/webapp/dictionary
    Added code line 397 after <openmrs:message code="general.description" />: <span class="required">*</span>

whatchamacallit's People

Contributors

paigedavid avatar jakemarotta avatar aaronmgaynor avatar

Stargazers

 avatar  avatar

Watchers

James Cloos avatar  avatar Colton Williams avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.