Skip to content

beyzabasoglu/ojs

 
 

Repository files navigation

#Open Journal Software

Build Status Quality Status

Open Journal Software (OJS) is a journal management and publishing software built with Symfony 2 Framework.

As a company we, OkulBilişim, analyzed journal management systems and needs of the community and decided to make a harder, better, faster and stronger content management and workflow software using Symfony 2 and cloud in parnership with TÜBİTAK-ULAKBİM.

This project adheres to the Open Code of Conduct. By participating, you are expected to honor this code.

Installing

Read the installation document.

Quick install command (WARNING: this will drop the database named 'ojs' if it exists on your server)

composer update -vvv -o && bower update && php app/console assets:install web --symlink && php app/console assetic:dump && mysql -u root -p -e "DROP DATABASE IF EXISTS ojs; CREATE DATABASE ojs;" && php app/console ojs:install && php app/console ojs:install:samples

Donate

You may donate to us.

About

📚 A journal management and publishing software Open Journal Software (OJS)

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 67.0%
  • HTML 23.7%
  • JavaScript 6.7%
  • CSS 1.7%
  • XSLT 0.9%