One Hat Cyber Team
Your IP :
216.73.216.115
Server IP :
194.44.31.54
Server :
Linux zen.imath.kiev.ua 4.18.0-553.77.1.el8_10.x86_64 #1 SMP Fri Oct 3 14:30:23 UTC 2025 x86_64
Server Software :
Apache/2.4.37 (Rocky Linux) OpenSSL/1.1.1k
PHP Version :
5.6.40
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
www
/
ops
/
View File Name :
README.md
# 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][pkp]. [](https://travis-ci.org/pkp/ops) ## 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](https://www.npmjs.com/): # 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][doc-hub] for a more complete development guide. ## License This software is released under the the [GNU General Public License][gpl-licence]. See the file [COPYING][gpl-licence] 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. [pkp]: https://pkp.sfu.ca/ [readme]: docs/README.md [doc-hub]: https://docs.pkp.sfu.ca/ [php-unit]: https://phpunit.de/ [gpl-licence]: docs/COPYING