Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Create Future Proof Healthcare Applications!


If you alread have a Python development environment then installing and running OSHIP can be as easy as:

1.svn co http://www.openehr.org/svn/ref_impl_python/TRUNK/oship oship

2.cd oship

3.buildout

4.bin/zopectl fg

 However, we do recommend that you use the official installation procedures to insure a clean and stable environment for you application development.

The installation instructions are located in the oship/src/oship/docs directory as  Installation.html

** Note **  if you are using SVN 1.5.x there is a conflict with setuptools

Here is the fix contributed by Peter Kuhn:

...