I have clone the github repository and followed README and forum instructions to install OJS latest version.
git clone https://github.com/pkp/ojs.git
git submodule update --init --recursive
cp config.TEMPLATE.inc.php config.inc.php
After following the instructions I get all the project files but when I try to access installation I get a blank page.
Thanks for the quick response Asmecher, actually I want to check out the newest version I read in a blog that the beta link in official web site was out of date.
The reason I want to check it out is to get a pick to what is comming on OJS, I heared new OJS is comming up this summer
In that case the master branch (what you already probably have checked out) is what you want. What you’re probably missing is the composer dependencies – we’ve moved to using PHP’s composer to manage third-party libraries like Smarty.
Try…
cd lib/pkp
composer.phar update
cd ../..
If you don’t have Composer installed, you’ll have to go get it first.
Regards,
Alec Smecher
Public Knowledge Project Team