Skip to content

bdgregg/ojs

This branch is 1 commit ahead of, 15084 commits behind pkp/ojs:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

cd73957 · Oct 1, 2014
Apr 29, 2014
Feb 17, 2014
Sep 24, 2014
Sep 24, 2014
May 19, 2014
Apr 14, 2014
Sep 8, 2014
Sep 24, 2014
Aug 14, 2014
Aug 18, 2014
Sep 23, 2014
Apr 11, 2010
Feb 18, 2014
Feb 18, 2014
Aug 18, 2014
Oct 1, 2014
Sep 8, 2014
Aug 18, 2014
Jun 6, 2014
Sep 23, 2014
Apr 17, 2014
Aug 18, 2014
Mar 28, 2014
Aug 1, 2014
Mar 12, 2012
Feb 18, 2014
Mar 12, 2012

Repository files navigation

Open Journal Systems

Open Journal Systems (OJS) has been developed by the Public Knowledge Project. For general information about OJS 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.

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 ojs'
mysql -u root ojs < 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 Journal Systems

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 97.3%
  • CSS 1.2%
  • Other 1.5%