Nikita Popov 9854ce8fdc master -> main
2021-04-06 15:44:07 +02:00
2020-02-03 19:11:34 +01:00
2021-04-04 12:24:46 +03:00
2021-04-06 15:44:07 +02:00
2018-10-02 07:47:59 +02:00
2018-10-02 03:44:40 +02:00
2020-09-02 09:15:46 +03:00
2018-10-02 02:29:56 +02:00
2020-09-02 09:15:46 +03:00
2018-10-02 03:44:40 +02:00
2021-04-01 09:27:55 +03:00
2010-02-23 17:59:57 +00:00

Installation instructions

Requirements

  • PHP 5.2.1+
  • The MySQLi extension
  • The cURL extension
  • Shell exec privileges
  • native vcs-client (e.g. using Subversion should have native svn-client)
  • Php mail function must be activate
  • Apache mod-rewrite module

Configuration

  • Configuration is set in php/conf/

File structure

  • Clone of the GIT repository copy named doc-editor.git

  • Make sure the data directory has read/write permissions for the web server user

    • Default data directory location: doc-editor/data

The Database

  • Create a MySQL database as per php/conf/conf.ini
  • Import install/doc-editor.sql into this new database
  • Setup configuration options for each project inside php/conf/project.XXX.ini (php/conf/project.php.ini for the php project, php/conf/project.pear.ini for the pear project, etc.)

Initial (first) run

  • Execute install/firstRun.php either in the browser or via CLI It will take a long time to execute, as it performs the following duties, for each project:
    • Applies tools such as revcheck, doc_check, and error_check
    • Checks out the phpdoc-all VCS module into the data directory

Other notes

  • Anonymous authentication : anonymous with blank password
  • Or use your own SVN credentials
  • After modifying any .js, run scripts/utils/compress.sh, you need yui-compressor-2.4.2+ The script will look for scripts/utils/yuicompressor.jar
Description
No description provided
Readme 16 MiB
Languages
JavaScript 84.8%
CSS 7.8%
PHP 4.9%
HTML 2.5%