Skip to content

mfelczak/omp

This branch is 7191 commits behind pkp/omp:main.

Folders and files

NameName
Last commit message
Last commit date
Feb 19, 2015
Feb 17, 2014
Apr 10, 2015
Apr 10, 2015
Apr 10, 2015
Mar 16, 2015
Apr 9, 2015
Apr 10, 2015
Apr 10, 2015
Apr 10, 2015
Apr 9, 2015
Nov 26, 2011
Apr 10, 2015
Apr 10, 2015
Apr 10, 2015
Apr 10, 2015
Apr 10, 2015
Nov 28, 2011
Dec 18, 2014
Apr 18, 2014
Jan 2, 2015
Jan 12, 2015
Apr 9, 2015
Mar 12, 2012
Mar 16, 2015
Mar 12, 2012

Repository files navigation

Open Monograph Press

Open Monograph Press (OMP) has been developed by the Public Knowledge Project. For general information about OMP and other open research systems, visit the PKP web site.

Build Status

Documentation

You will find detailed guides in docs folder.

Using Git development source

Checkout submodules and copy default configuration :

git submodule update --init --recursive
cp config.TEMPLATE.inc.php config.inc.php

If your PHP version supports built-in development server :

php -S localhost:8000

See Wiki for more complete development guide.

Bugs / Issues

See https://github.com/pkp/pkp-lib/#issues for information on reporting issues.

Running Tests

Specific requirements : PHPunit. Installing with pear for example :

pear channel-discover pear.phpunit.de
pear install phpunit/PHPUnit

Setting up test environment :

mysql -u root -e 'create database omp'
mysql -u root omp < tests/functional/testserver.sql
cp config.TRAVIS.inc.php config.inc.php

Running the tests :

./lib/pkp/tools/runAllTests.sh -Cc

License

This software is released under the the GNU General Public License.

See the file COPYING included with this distribution for the terms of this license.

Third parties are welcome to modify and redistribute OJS in entirety or parts according to the terms of this license. PKP also welcomes patches for improvements or bug fixes to the software.

About

Open Monograph Press

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 77.9%
  • Smarty 15.4%
  • JavaScript 4.7%
  • CSS 1.8%
  • Other 0.2%