pascalvanhecke + deployment 20
Semantic Versioning
january 2012 by pascalvanhecke
"simple set of rules and requirements that dictate how version numbers are assigned and incremented"
""For this system to work, you first need to declare a public API. This may consist of documentation or be enforced by the code itself. Regardless, it is important that this API be clear and precise. Once you identify your public API, you communicate changes to it with specific increments to your version number. Consider a version format of X.Y.Z (Major.Minor.Patch). Bug fixes not affecting the API increment the patch version, backwards compatible API additions/changes increment the minor version, and backwards incompatible API changes increment the major version.
deployment
versionmanagement
releases
softwaredevelopment
programming
development
versioning
configurationmanagement
versioncontrol
from delicious
""For this system to work, you first need to declare a public API. This may consist of documentation or be enforced by the code itself. Regardless, it is important that this API be clear and precise. Once you identify your public API, you communicate changes to it with specific increments to your version number. Consider a version format of X.Y.Z (Major.Minor.Patch). Bug fixes not affecting the API increment the patch version, backwards compatible API additions/changes increment the minor version, and backwards incompatible API changes increment the major version.
january 2012 by pascalvanhecke
jamesgolick/rollout - GitHub
january 2012 by pascalvanhecke
Ruby gem that lets you roll out features gradually over groups of users so you can first test new features on a small subgroup of users first (possibly identified als early adopters?).
agile
leanstartup
ror
rubyonrails
deployment
gem
redis
rails
from delicious
january 2012 by pascalvanhecke
resmo/git-ftp - GitHub
may 2011 by pascalvanhecke
"simple shell script for doing FTP the Git way. Use git-ftp.sh to upload only the Git tracked files to a FTP server, which have changed since the last upload. This saves time and bandwith. Even if you play with different branches, git-ftp.sh knows which files are different. No ordinary FTP client can do that. "
git
ftp
git-ftp
shell
script
deployment
hosting
tool
from delicious
may 2011 by pascalvanhecke
engineyard/engineyard - GitHub
april 2011 by pascalvanhecke
Like Heroku, EY has its own gem to make deployment and maintenance easy:
gem
ruby
engineyard
hosting
deployment
rails
rubyonrails
from delicious
april 2011 by pascalvanhecke
jedi4ever/veewee - GitHub
march 2011 by pascalvanhecke
"tool to easily build vagrant base boxes Vagrant is a great tool to test new things or changes in a virtual machine(Virtualbox) using either chef or puppet... Veewee [gives you recipes] to create a basebox. Instead of creating custom ISO's from your favorite distribution, it leverages the 'keyboardputscancode' command of Virtualbox so send the actual 'boot prompt' keysequence to boot an existing iso."
virtualization
virtualisation
vagrant
deployment
development
gem
automation
from delicious
march 2011 by pascalvanhecke
Vagrant - Welcome
march 2011 by pascalvanhecke
Automatically creates and destroys local virtual development environments.<br />
Install (Oracle) VirtualBox, and the vagrant gem. Add and manage virtual machines via the command line.<br />
There are recipes available for all kinds of development environments.
virtualization
virtualisation
development
deployment
programming
ruby
automation
lamp
server
from delicious
Install (Oracle) VirtualBox, and the vagrant gem. Add and manage virtual machines via the command line.<br />
There are recipes available for all kinds of development environments.
march 2011 by pascalvanhecke
PHP Fog - Reliable Cloud Platform. Built for PHP.
march 2011 by pascalvanhecke
Like Heroku for PHP.<br />
Also built on Amazon Webservices.
php
hosting
webdevelopment
heroku
paas
deployment
amazonwebservices
aws
from delicious
Also built on Amazon Webservices.
march 2011 by pascalvanhecke
Djangy - Instant deployment and scaling for your Django applications
december 2010 by pascalvanhecke
"heroku for Django"<br />
"Only pay for what you use: $0.05 per hour for each running instance past the first. Instantly scale your allocations up and down, and pay at the end of the month. "
django
hosting
python
paas
deployment
from delicious
"Only pay for what you use: $0.05 per hour for each running instance past the first. Instantly scale your allocations up and down, and pay at the end of the month. "
december 2010 by pascalvanhecke
We're all ops people now
june 2008 by pascalvanhecke
"For developers and users alike, our world is changing. Hardware, connectivity and increasingly software is becoming cheap or free. ...
What really matters is our data, our creations, and their communication."
development
deployment
hosting
infrastructure
virtualisation
agiledevelopment
essay
edddumbill
What really matters is our data, our creations, and their communication."
june 2008 by pascalvanhecke
Google App Engine
april 2008 by pascalvanhecke
Answer to amazon Web services: fully integrated hosted Python development stack:
"build web applications on the same scalable systems that power Google applications"
"500MB of persistent storage, enough bandwidth and CPU for 5 million monthly page views"
hosting
applicationhosting
appengine
python
google
webdevelopment
cloudcomputing
deployment
"build web applications on the same scalable systems that power Google applications"
"500MB of persistent storage, enough bandwidth and CPU for 5 million monthly page views"
april 2008 by pascalvanhecke
scalr - Google Code
april 2008 by pascalvanhecke
fully redundant, self-curing and self-scaling hosting environment on EC2. Allows you to create server farms through a web-based interface using prebuilt AMI's: - load balancers (pound or nginx) - app servers (apache...) - databases (mysql master-slave...)
ec2
scaling
deployment
amazonwebservices
cloudcomputing
clustering
aws
architecture
hosting
admin
april 2008 by pascalvanhecke
EC2 on Rails
february 2008 by pascalvanhecke
server image for Amazon’s EC2 hosting service for a standard Ruby on Rails application:
- Automatic backup of MySQL database to S3.
- Capistrano tasks to customize the server image, archive and restore the database to/from S3, and more...
amazon
amazonwebservices
aws
EC2
ami
rubyonrails
ruby
rails
ror
s3
deployment
capistrano
- Automatic backup of MySQL database to S3.
- Capistrano tasks to customize the server image, archive and restore the database to/from S3, and more...
february 2008 by pascalvanhecke
How to use the Firefox Extension for Amazon EC2
february 2008 by pascalvanhecke
Register your Credentials with the plugin, View the list of Available AMIs, Configure the firewall settings for your default security group, Generate a key pair for identifying yourself to your instances, Manage your AMI instances, Login via SSH
aws
amazon
ec2
firefox
extension
tutorial
deployment
howto
february 2008 by pascalvanhecke
Improve website load time by 500% with 3 lines of code
january 2008 by pascalvanhecke
PHP script that reduces HTTP request, adds long expiration header, Gzip and Minify.
performance
php
webdevelopment
script
library
compression
css
deployment
javascript
january 2008 by pascalvanhecke
Firefox Extension for Amazon EC2
january 2008 by pascalvanhecke
Provides basic Amazon EC2 management features within Mozilla Firefox.
* List available AMIs
* List your running instances
* Launch new instances of an AMI
* Manage security groups and launch permissions associated with your instances
firefox
extension
aws
amazon
ec2
management
deployment
* List available AMIs
* List your running instances
* Launch new instances of an AMI
* Manage security groups and launch permissions associated with your instances
january 2008 by pascalvanhecke
BitNami
november 2007 by pascalvanhecke
Packages popular open source application stacks in one installer: apache + mysql + joomla, drupal, wiki's... (builds on wamp, lamp, mamp, instantrails...)
opensource
software
installer
windows
download
deployment
drupal
wordpress
rubyonrails
phpbb
joomla
mediawiki
alfresco
november 2007 by pascalvanhecke
Webistrano
october 2007 by pascalvanhecke
Web UI for managing Capistrano deployments. Lets you manage projects and their stages like test, production, and staging with different settings. Those stages can then be deployed with Capistrano through Webistrano.Is a Ruby on Rails app itself.
automation
capistrano
deployment
development
rails
rubyonrails
ruby
ror
webdevelopment
webistrano
october 2007 by pascalvanhecke
Scale rails from one box to three, four and five
august 2007 by pascalvanhecke
"Step by step guide on how to scale your rails app out from 1 box to many. Suggestions as to what to do at each step."
architecture
clustering
deployment
rails
scaling
performance
rubyonrails
ruby
ror
scalability
august 2007 by pascalvanhecke
Scaling Google Gadget content
july 2007 by pascalvanhecke
different ways you can take advantage of Google's architecture and infrastucture to serve your widget content to the world
widgets
gadgets
hosting
niallkennedy
performance
scalability
deployment
optimization
bestpractices
google
july 2007 by pascalvanhecke
Optimize and scale web widget performance
july 2007 by pascalvanhecke
tips and tricks for widget developers interested in serving fast, reliable widget content to as many people as possible, the best practices for serving web content and their specific application towards widget development.
performance
scalability
widgets
deployment
optimization
bestpractices
niallkennedy
july 2007 by pascalvanhecke
related tags
admin ⊕ agile ⊕ agiledevelopment ⊕ alfresco ⊕ amazon ⊕ amazonwebservices ⊕ ami ⊕ appengine ⊕ applicationhosting ⊕ architecture ⊕ automation ⊕ aws ⊕ bestpractices ⊕ capistrano ⊕ cloudcomputing ⊕ clustering ⊕ compression ⊕ configurationmanagement ⊕ css ⊕ deployment ⊖ development ⊕ django ⊕ download ⊕ drupal ⊕ ec2 ⊕ edddumbill ⊕ engineyard ⊕ essay ⊕ extension ⊕ firefox ⊕ ftp ⊕ gadgets ⊕ gem ⊕ git ⊕ git-ftp ⊕ google ⊕ heroku ⊕ hosting ⊕ howto ⊕ infrastructure ⊕ installer ⊕ javascript ⊕ joomla ⊕ lamp ⊕ leanstartup ⊕ library ⊕ management ⊕ mediawiki ⊕ niallkennedy ⊕ opensource ⊕ optimization ⊕ paas ⊕ performance ⊕ php ⊕ phpbb ⊕ programming ⊕ python ⊕ rails ⊕ redis ⊕ releases ⊕ ror ⊕ ruby ⊕ rubyonrails ⊕ s3 ⊕ scalability ⊕ scaling ⊕ script ⊕ server ⊕ shell ⊕ software ⊕ softwaredevelopment ⊕ tool ⊕ tutorial ⊕ vagrant ⊕ versioncontrol ⊕ versioning ⊕ versionmanagement ⊕ virtualisation ⊕ virtualization ⊕ webdevelopment ⊕ webistrano ⊕ widgets ⊕ windows ⊕ wordpress ⊕Copy this bookmark: