CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Wed, 06 Aug 2025 06:20:22 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20091009053008
location: https://web.archive.org/web/20091009053008/https://github.com/josh/slicehost
server-timing: captures_list;dur=1.118217, exclusion.robots;dur=0.036879, exclusion.robots.policy;dur=0.016702, esindex;dur=0.017753, cdx.remote;dur=92.900133, LoadShardBlock;dur=504.325805, PetaboxLoader3.resolve;dur=240.380254, PetaboxLoader3.datanode;dur=172.407646
x-app-server: wwwb-app213
x-ts: 302
x-tr: 668
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app213; 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: Wed, 06 Aug 2025 06:20:23 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Fri, 09 Oct 2009 05:30:07 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "3d79724ce0952cf1261568127c462ffc"
x-archive-orig-x-runtime: 118ms
x-archive-orig-content-length: 22625
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: iso-8859-13
memento-datetime: Fri, 09 Oct 2009 05:30:08 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Sun, 01 Feb 2009 00:00:44 GMT", ; rel="prev memento"; datetime="Wed, 30 Sep 2009 20:28:09 GMT", ; rel="memento"; datetime="Fri, 09 Oct 2009 05:30:08 GMT", ; rel="next memento"; datetime="Tue, 01 Dec 2009 14:16:11 GMT", ; rel="last memento"; datetime="Fri, 24 Apr 2015 06:19:18 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_12_20091009045405_crawl101-c/51_12_20091009052926_crawl101.arc.gz
server-timing: captures_list;dur=0.727344, exclusion.robots;dur=0.028295, exclusion.robots.policy;dur=0.011979, esindex;dur=0.012068, cdx.remote;dur=93.173854, LoadShardBlock;dur=179.926896, PetaboxLoader3.datanode;dur=113.605175, PetaboxLoader3.resolve;dur=206.346598, load_resource;dur=285.857655
x-app-server: wwwb-app213
x-ts: 200
x-tr: 643
server-timing: TR;dur=0,Tw;dur=0,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
josh's slicehost 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: | Capistrano recipes for setting up and deploying to Slicehost edit |
Homepage: | edit |
Public Clone URL: |
git://github.com/josh/slicehost.git
Give this clone URL to anyone.
git clone git://github.com/josh/slicehost.git
|
Your Clone URL: |
Use this clone URL yourself.
git clone git@github.com:josh/slicehost.git
|
name | age | message | |
---|---|---|---|
![]() |
.gitignore | Mon Mar 09 07:14:48 -0700 2009 | improve readme Signed-off-by: Joshua Peek <jos... [mischa] |
![]() |
MIT-LICENSE | Sun Jan 25 10:10:22 -0800 2009 | update copyright year [josh] |
![]() |
README | Thu Mar 26 19:00:58 -0700 2009 | Add Nginx tasks. Signed-off-by: Joshua Peek <j... [kschrader] |
![]() |
lib/ | Thu Mar 26 19:00:58 -0700 2009 | Add Nginx tasks. Signed-off-by: Joshua Peek <j... [kschrader] |
![]() |
slicehost.gemspec | Thu Mar 26 19:00:58 -0700 2009 | Add Nginx tasks. Signed-off-by: Joshua Peek <j... [kschrader] |
README
Slicehost Recipes ================= Slicehost Capistrano recipes for configuring and managing your slice. Require Capistrano >2.5.0 Setup ======= The recipes are designed to work stand alone apart from the standard set of Capistrano deploy recipes. require 'capistrano/ext/slicehost' in your deploy.rb file Slice setup recipies ==================== Commonly used setup recipies. Check the source for more. Setup ssh, iptables and aptitude cap slice:configure Setup mysql cap mysql:install Install Apache cap apache:install Install ruby 1.8 cap ruby:setup_18 Install ruby enterprise cap ruby:install_enterprise Install ruby gems cap gems:install_rubygems Install passenger cap ruby:install_passenger Upload vhost template cap apache:upload_vhost Install git cap git:install Maintenance recipies ==================== Commonly used maitenance recipies. Check the source for more. Show disk space cap disk:free Show free memory cap disk:memory Update aptitude cap aptitude:update Upgrade aptitude cap aptitude:upgrade Install package (it will ask you which) cap aptitude:install Reload SSH cap ssh:reload Install a gem (it will ask you which) cap gems:intall List gems cap gems:list Restart apache cap apache:restart Reload apache cap apache:reload Force reload apache cap apache:force_reload Contributors ============ * Oleg Zhurbiy * Thomas Balthazar * Fran DiƩguez * Stephen Lumenta * Jared Giles * John Nunemaker * Eloy Duran * Mischa Fierer * Kurt Schrader Copyright (c) 2009 Joshua Peek, released under the MIT license
This feature is coming soon. Sit tight!