Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

automated play installation/upstart service/ivy configuration/faster startup with pre-compilation #7

Merged
merged 17 commits into from Feb 26, 2012

Commits on Feb 3, 2012

  1. Copy the full SHA
    dd018be View commit details
    Browse the repository at this point in the history
  2. added play:setup task to download & install play via HTTP

    Yamashita Yuu committed Feb 3, 2012
    Copy the full SHA
    1012d11 View commit details
    Browse the repository at this point in the history
  3. created play:daemonize to switch service configuration

    Yamashita Yuu committed Feb 3, 2012
    Copy the full SHA
    e1c28fd View commit details
    Browse the repository at this point in the history
  4. implemented play:daemonize:upstart

    Yamashita Yuu committed Feb 3, 2012
    Copy the full SHA
    c41a2c0 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    cddfaf0 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    0b93c29 View commit details
    Browse the repository at this point in the history
  7. fixed problems on use_sudo==true

    Yamashita Yuu committed Feb 3, 2012
    Copy the full SHA
    11a1dc0 View commit details
    Browse the repository at this point in the history
  8. * fixed wrong filename for upstart config

    * invoke play:setup after deploy:setup automaticaly
    Yamashita Yuu committed Feb 3, 2012
    Copy the full SHA
    0003520 View commit details
    Browse the repository at this point in the history
  9. * fixed to save play_zip_file to specified file

    * defined default play_path
    Yamashita Yuu committed Feb 3, 2012
    Copy the full SHA
    444425c View commit details
    Browse the repository at this point in the history
  10. renamed variables with start with 'app_' to 'play_' to avoid name col…

    …lision
    Yamashita Yuu committed Feb 3, 2012
    Copy the full SHA
    95b2686 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2012

  1. invoke `play deps' before start running. deployment and runtime users…

    … may be different.
    Yamashita Yuu committed Feb 8, 2012
    Copy the full SHA
    82aecee View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2012

  1. made tmp/ group writable since deploy:finalize_update creates non-gro…

    …up-writable tmp/
    Yamashita Yuu committed Feb 9, 2012
    Copy the full SHA
    a514071 View commit details
    Browse the repository at this point in the history
  2. refactored

    Yamashita Yuu committed Feb 9, 2012
    Copy the full SHA
    4e8592a View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    9e0b8cd View commit details
    Browse the repository at this point in the history
  4. specify '-Dprecompiled=true' to play run|start to use precompiled c…

    …lasses
    Yamashita Yuu committed Feb 9, 2012
    Copy the full SHA
    b94cf4c View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    1d9ac91 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2012

  1. invoke play:update before finishing deploy:update to enable rollback …

    …on failures
    
    of `play deps` or `play precompile`.
    Yamashita Yuu committed Feb 14, 2012
    Copy the full SHA
    0c5d808 View commit details
    Browse the repository at this point in the history