OpenMRS resources: Difference between revisions

Content added Content deleted
imported>Hypotext
imported>Hypotext
Line 12: Line 12:
= Getting OpenMRS up and running on your computer =
= Getting OpenMRS up and running on your computer =


The short version:
Steps:

* Install git and IRC.
* Install git and IRC.
* Manual setup (clone the code from GitHub) OR VM setup (follow VM instructions).
* Manual setup (clone the code from GitHub) OR VM setup (follow VM instructions).
* Configure your git remotes.
* Compile the code.
* Compile the code.
* Start the web server.
* Go through the web app set up process.
* Go through the web app set up process.
* You should have a running local version of OpenMRS on your machine!
* You should have a running local version of OpenMRS on your machine!
* If you want to get a feel for how one would fix a bug in the code, GOTO "OpenMRS bug walkthrough." If you want to fix an actual bug in the code, GOTO "new beginner tasks."
* If you want to get a feel for how one would fix a bug in the code, GOTO "OpenMRS bug walkthrough." If you want to fix an actual bug in the code, GOTO "new beginner tasks."

Here are all the relevant links:
...

See steps below.

= Manual setup =

= VM setup =

git clone -b express-setup https://github.com/cpschuster/OpenMRS-dev-setup

If you've ever used the express setup before, you'll want to do
vagrant box remove OpenMRS-dev-setup-clone
before you do
vagrant up

= Git setup =


= OpenMRS bug walkthrough =
= OpenMRS bug walkthrough =