Skip to content

EKT/omp

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e2d22cc · Nov 1, 2017
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Install or update dependencies via Composer:

cd lib/pkp
# if you don't already have Composer installed:
curl -sS https://getcomposer.org/installer | php
php composer.phar update

Install or update dependencies via NPM:

# install [nodejs](https://nodejs.org/en/) if you don't already have it
npm install
npm run build

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

See Unit Tests, and also Github Documentation for PKP Contributors for Travis-based continuous integration testing.

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.

Packages

No packages published

Languages

  • JavaScript 55.5%
  • PHP 34.4%
  • Smarty 6.3%
  • CSS 3.2%
  • HTML 0.5%
  • XSLT 0.1%