Giter Site home page Giter Site logo

engineapi's Introduction

EngineAPI

EngineAPI is the PHP Framework developed by the Library Systems Dept of West Virginia University

Developer Documentation

EngineAPI uses phpDocs to provide developer documentation. The documentation isn't included in version control, and is up to the developer to generate it on their local machine. This does require a few components be installed locally, but is not too painful.

Install phpDocumentor

You can view phpDocumentor's install docs here or follow the following steps.

Install phpDocumentor via PEAR: (Recommended)

  1. pear channel-discover pear.phpdoc.org
    pear install phpdoc/phpDocumentor-alpha

Install phpDocumentor manually:

  1. You need to decide where you want to to install phpDocumentor.
    We will refer to this as <PHPDOC_PATH>
  2. Install phpDocumentor dependencies: XSL and Graphviz
    • Linux: yum install graphviz-php php-intl
    • Windows: TODO
    • MAC OSX: TODO
  3. Move into the install directory. cd <PHPDOC_PATH>
  4. Download the the phpDocumentor install script.
    wget https://raw.github.com/phpDocumentor/phpDocumentor2/develop/installer.php
  5. Run the install script. php installer.php
  6. (Optional) Add phpDocumentor to your PATH
    • Linux or MAC OSX:
      Symlink <PHPDOC_PATH>/bin/phpdoc.php into your bin folder (usually /usr/bin) named phpdoc.
    • Windows:
      Add <PHPDOC_PATH>/bin to your PATH

Generate/Update Documentation

Navigate to the root directory of EngineAPI and inkoke phpdoc. That's it! (It couldn't be any simpler than that!)
Now, an HTML website will be generated located at engineAPI/engine/engineAPI/latest/documentation/developer which is your developer docs for EngineAPI!

engineapi's People

Contributors

dgersting avatar michaelrbond avatar

Watchers

James Cloos avatar Ajay Kavuri 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.