Skip to content

amandastevens/ops

This branch is 2122 commits behind pkp/ops:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

624b307 · May 14, 2021
Apr 20, 2021
Feb 17, 2014
May 14, 2021
May 12, 2021
May 8, 2021
May 4, 2021
Apr 14, 2021
Mar 13, 2021
May 13, 2021
May 6, 2021
May 8, 2021
May 12, 2021
Mar 13, 2021
Mar 17, 2021
Mar 13, 2021
Mar 13, 2021
May 7, 2021
May 4, 2021
Apr 21, 2021
Sep 18, 2017
Apr 20, 2021
Apr 20, 2021
Apr 20, 2021
Feb 6, 2020
Feb 17, 2021
Jun 27, 2020
Feb 4, 2020
Apr 20, 2021
Feb 14, 2020
Mar 12, 2012
Apr 20, 2021
Apr 20, 2021
Apr 20, 2021
Feb 29, 2016
Jan 21, 2021

Repository files navigation

Open Preprint Systems

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

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 (https://getcomposer.org/):

composer --working-dir=lib/pkp install

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 the Documentation Hub for a more complete development guide.

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 OPS 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 Preprint Systems

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 71.8%
  • Smarty 12.6%
  • Less 8.2%
  • JavaScript 6.3%
  • Shell 1.1%