CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Thu, 28 Aug 2025 15:25:23 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090914153648
location: https://web.archive.org/web/20090914153648/https://github.com/mcurry/builder
server-timing: captures_list;dur=0.904828, exclusion.robots;dur=0.027377, exclusion.robots.policy;dur=0.012336, esindex;dur=0.018353, cdx.remote;dur=1337.063583, LoadShardBlock;dur=1021.396557, PetaboxLoader3.datanode;dur=819.900779, PetaboxLoader3.resolve;dur=112.764774
x-app-server: wwwb-app221
x-ts: 302
x-tr: 2437
server-timing: TR;dur=0,Tw;dur=96,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app221; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Thu, 28 Aug 2025 15:25:24 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.6.31
x-archive-orig-date: Mon, 14 Sep 2009 15:36:48 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "fbb827c86c8de73f2f49aaa359a88648"
x-archive-orig-x-runtime: 460ms
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-content-length: 28040
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Mon, 14 Sep 2009 15:36:48 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Mon, 14 Sep 2009 15:36:48 GMT", ; rel="memento"; datetime="Mon, 14 Sep 2009 15:36:48 GMT", ; rel="next memento"; datetime="Fri, 06 Aug 2010 14:48:59 GMT", ; rel="last memento"; datetime="Mon, 18 Apr 2022 07:20:10 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 51_11_20090914095420_crawl100.gpg-c/51_11_20090914153539_crawl101.arc.gz
server-timing: captures_list;dur=0.705140, exclusion.robots;dur=0.025528, exclusion.robots.policy;dur=0.011781, esindex;dur=0.014056, cdx.remote;dur=145.374686, LoadShardBlock;dur=450.307321, PetaboxLoader3.datanode;dur=283.426464, PetaboxLoader3.resolve;dur=398.978248, load_resource;dur=349.762006
x-app-server: wwwb-app221
x-ts: 200
x-tr: 1041
server-timing: TR;dur=0,Tw;dur=279,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
mcurry's builder at master - GitHub
This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (

This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (

Description: | CakePHP Continuous Integration and Deployment App edit |
Homepage: | https://www.pseudocoder.com edit |
Public Clone URL: |
git://github.com/mcurry/builder.git
Give this clone URL to anyone.
git clone git://github.com/mcurry/builder.git
|
Your Clone URL: |
Use this clone URL yourself.
git clone git@github.com:mcurry/builder.git
|
builder /
name | age | message | |
---|---|---|---|
![]() |
.htaccess | Loading commit data... ![]() |
|
![]() |
README | ||
![]() |
app_controller.php | ||
![]() |
app_model.php | ||
![]() |
config/ | ||
![]() |
controllers/ | ||
![]() |
index.php | ||
![]() |
locale/ | ||
![]() |
models/ | ||
![]() |
plugins/ | ||
![]() |
tests/ | ||
![]() |
tmp/ | ||
![]() |
vendors/ | ||
![]() |
views/ | ||
![]() |
webroot/ |
README
/* * CakePHP Continuous Integration and Deployment App * Copyright (c) 2009 Matt Curry * www.PseudoCoder.com * https://github.com/mcurry/builder * * @author Matt Curry <matt@pseudocoder.com> * @license MIT * */ /* About */ This is app is about as rough as you can get. It's like 100 steps away from even being alpha. Consider yourself warned. Plus, I coded it to fit my specific needs, so you'll probably need to make some changes (and give back?) to make it fit your deployments. PHP5 only. I doubt it works on Windows. Will probably work on OS X, but I haven't checked. Works on Linux. /* Why Bother Then? */ 1. I spent some time researching some of the better know CI apps. They all seemed to bloat-y and java-y for my tastes. I wanted something simpler and awesomer. 2. I was ridiculously jealous of testswarms (https://testswarm.com) ability to run it's unit tests for every commit. I wanted that. 3. Other benefits: clears caches, forces debug to 0... /* What's Missing */ 1. No email notifications 2. No remote sync 3. My git-fu isn't so great. The git implemention could probably use some love from someone with more experience with git. 4. The SVN part uses export instead of switch, which makes it slower then it needs to be. I've had issues with switch in the past, which is why I avoided it. That was probably a bad decision. 5. Doesn't handle DB updates (and should probably have an option to make a backup before build). I intend to implement Cake's migrations. 6. No integration with build systems such as ant, phing or capistrano. 7. Single user. 8. Lots more...that's just what I could think of off the top of my head. /* Install Instructions */ 1. Get the latest version of CakePHP 1.2 (https://cakephp.org) 2. Get your Cake install up and running. 3. Download the repo and replace the app dir. 4. Create a database and run app/config/sql/builder.sql to create the tables. 5. Copy app/config/database.php.default to database.php and update it with your DB settings. /* Setup Instructions */ 1. Visit https://<your_app>/users/install to create a user. 2. Click "add site" in upper right and create a site. 3. Click "add instance" to create an instance of the site (test, qa, stage, beta, production...) - Enabled and name are pretty clear - Path is the full path on the file system where you want the install to go. - App and Cake Path are the full paths to the app and cake folders after the install. I did this because sometimes these folders aren't in the root of the install path. These are only needed if you are going to be running unit tests. - Skip Sync: any files and directories you don't want deleted or sync'd as part of the build. I usually have database.php in here. - Continous: will do a build anytime there is a new commit. If you don't select this you will manually kick off builds. - Version Control: Right now SVN and git are supported. - Source is the path in your version control to the app. Branch is what branch/tag you want to build. - Source username and password can be left blank if you some other form of auth setup. Or this can be set in the datasource in database.php - Test is if you want to run the unit tests. - Test Each is if you want to do a build and run the tests for every commit. - Force Debug Off: will make sure that debug is set to 0. - Version Txt: will write a version.txt in your webroot dir that will info about the current build. /* Running The Build */ 1. The builder shell can be added to cron to check if new builds are needed. I run it every minute, since only one instance will run at a time if it's already going the second one will just die. 2. I would suggest running the build manually until all the kinks are worked out. From /app ../cake/console/cake builder. 3. If something goes horribly wrong and the shell dies it will leave behind a file in /tmp/cache that needs to be deleted before it can run again.
This feature is coming soon. Sit tight!