Git Product home page Git Product logo

web-doc-editor's Introduction

=== 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
  - git clone https://git.php.net/repository/web/doc-editor.git doc-editor (for readonly access)
  - git clone [email protected]:/web/doc-editor.git doc-editor (for write access)

* 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

web-doc-editor's People

Contributors

bjori avatar kallez avatar philip avatar vrana avatar ytorres avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.