giddyup | Simple web application deployment with git push

 by   mpalmer Ruby Version: v0.2.0 License: No License

kandi X-RAY | giddyup Summary

kandi X-RAY | giddyup Summary

giddyup is a Ruby library. giddyup has no bugs, it has no vulnerabilities and it has low support. You can download it from GitHub.

Does deploying your application seem like a bit too much of a chore? Do you wish it wasn't so hard? Well, with giddyup it can become just a tiny bit easier. If you've ever used, or seen, Heroku's git-based deployment model, you know how simple app deployment can be. While we don't try to emulate all of Heroku's excellent infrastructure, giddyup does handle a small corner of that -- the ability to deploy your app with a simple 'git push'.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              giddyup has a low active ecosystem.
              It has 91 star(s) with 15 fork(s). There are 7 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 1 open issues and 5 have been closed. On average issues are closed in 52 days. There are 1 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of giddyup is v0.2.0

            kandi-Quality Quality

              giddyup has 0 bugs and 2 code smells.

            kandi-Security Security

              giddyup has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              giddyup code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              giddyup does not have a standard license declared.
              Check the repository for any license declaration and review the terms closely.
              OutlinedDot
              Without a license, all rights are reserved, and you cannot use the library in your applications.

            kandi-Reuse Reuse

              giddyup releases are available to install and integrate.
              Installation instructions, examples and code snippets are available.
              giddyup saves you 138 person hours of effort in developing the same functionality from scratch.
              It has 346 lines of code, 12 functions and 6 files.
              It has medium code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of giddyup
            Get all kandi verified functions for this library.

            giddyup Key Features

            No Key Features are available at this moment for giddyup.

            giddyup Examples and Code Snippets

            No Code Snippets are available at this moment for giddyup.

            Community Discussions

            No Community Discussions are available at this moment for giddyup.Refer to stack overflow page for discussions.

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install giddyup

            At this stage, giddyup is only available directly as a git repo. There are no versioned releases, nor are there distribution packages available. My recommendation is to create a clone of the main giddyup repo somewhere (I suggest /usr/local/lib/giddyup if you've got root, and probably ~/giddyup otherwise) and then to update to newer giddyup functionality, just git pull in that clone. You then have a fixed location to point your hook symlinks and inclusions of functions.sh. Eventually, when giddyup stabilises there will be distribution packages; they'll likely put everything into /usr/lib/giddyup, at which time you can just delete your git repo at /usr/local/lib/giddyup and symlink that location /usr/lib/giddyup, and nothing else will need to change. Symlink the giddyup script to somewhere in your PATH; this will allow you to trivially setup new deployment destinations. Do not copy the giddyup script; it relies on being in the same directory as update-hook in order to be able to find the hook script.
            Run the giddyup script, passing it the location of the "root" of your new deployment. The script will create the basic directory structure and symlink the update hook into the right place. Set the git config variables in the config for the repo you created in step 1 (see the section "Configuration" for the available variables). e.g. git config -f /home/appuser/appname/repo/config giddyup.environment production. Add the necessary hooks to your application's local git repo to effect proper deployment.
            Run the giddyup script, passing it the location of the "root" of your new deployment. The script will create the basic directory structure and symlink the update hook into the right place.
            Set the git config variables in the config for the repo you created in step 1 (see the section "Configuration" for the available variables) e.g. git config -f /home/appuser/appname/repo/config giddyup.environment production
            Add the necessary hooks to your application's local git repo to effect proper deployment.
            Add the newly created git repo as a remote in your local working copy, then push to that remote to make your initial deploy: e.g. git remote add deploy appuser@example.com:appname/repo; git push deploy master:master
            Configure your webserver to pass requests to the appserver, and test that everything is working properly.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries

            Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link