Giter Club home page Giter Club logo

flourish-build's Introduction

Automation Scripts

These PHP scripts are used to queue tests to be run and publish changes to http://flourishlib.com.

Contributor Scripts

These scripts require push access to the repositories at https://github.com/flourishlib.

Queues the current commit in ../classes/ to be tested using the current commit in ../tests/.

php queue_tests.php

Compiles the website (../site/) and API docs (from ../classes/) to ../flourishlib.com/. The server-side scripts will deploy these changes.

php publish_website.php

Dependencies

The following commands require you to have the php and git binaries in your PATH. Your PHP install will need the dom extension to generate the API documentation.

Windows users can get command line PHP and git from the following URLs:

A simple way to edit your path on Windows it Path Editor http://www.redfernplace.com/software-projects/patheditor/.

Server-Side Scripts

Runs all of the queued tests from ../tests-results/todo.json. This should only be run on servers that have ssh access to the test VMs.

php run_tests.php

Deploys the master from ../flourishlib.com/ to http://flourishlib.com.

php deploy_website.php

Internals

Runs phpdoc and renders /api/ pages in ../flourishlib.com/ from ../classes/.

php _publish_api.php

Renders pages from ../site/ to ../flourishlib.com/.

php _publish_site.php -f

Pulls out all translatable messages from ../classes/ into ../flourishlib.com/messages/.

php _extract_messages.php

Compiles the single-page HTML docs into ../flourishlib.com/offline_docs/.

php _generate_single_page.php

flourish-build's People

Contributors

wbond avatar

Watchers

Kevin Hamer avatar  avatar Jeff Turcotte avatar James Cloos 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.