Submitted by hswong3i on Tue, 2012-10-09 09:41
cd /etc/puppet/modules
git clone --branch folsom git://github.com/puppetlabs/puppetlabs-openstack.git openstack
cd openstack
rake modules:clone
cd /etc/puppet/modules/glance
git remote rename origin puppetlabs
git remote add origin git@github.com:hswong3i/puppetlabs-glance.git
git fetch origin
git branch --set-upstream master origin/master
git checkout -b folsom origin/folsom
cd /etc/puppet/modules/horizon
git remote rename origin puppetlabs
git remote add origin git@github.com:hswong3i/puppetlabs-horizon.git
git fetch origin
git branch --set-upstream master origin/master
Submitted by hswong3i on Wed, 2012-05-30 09:30
Submitted by hswong3i on Wed, 2012-05-23 12:19
#!/bin/bash
#RECLONE=yes
#OFFLINE=0
#LIBVIRT_TYPE=qemu
# Use the eth0 IP unless an explicit is set by ``HOST_IP`` environment variable
HOST_IP=172.24.0.11
# Specify which services to launch.
ENABLED_SERVICES="$ENABLED_SERVICES,swift"
#ENABLED_SERVICES=n-cpu,n-net,n-api,n-vol
# Allow the use of an alternate hostname (such as localhost/127.0.0.1) for service endpoints.
SERVICE_HOST=172.24.0.11
SERVICE_PASSWORD=openstack
SERVICE_TOKEN=bdbb8df712625fa7d1e0ff1e049e8aab
# Configure services to use syslog instead of writing to individual log files
SYSLOG=1
SYSLOG_HOST=$SERVICE_HOST
Submitted by hswong3i on Wed, 2012-05-23 08:52
Submitted by hswong3i on Tue, 2011-10-18 04:14
SQL Server 2008 R2:
IIS7.5:
Submitted by hswong3i on Tue, 2011-07-12 13:23
This mini-HOWTO will guide you though how to utilize HostAdmin (https://addons.mozilla.org/en-US/firefox/addon/hostadmin/) Firefox add-on to simplify your website development procedure. It is especially useful when you hope to keep your development progress synchronize with final deployment result, as much as possible. Here we will demonstrate the operation with Win7 + FF5 + HostAdmin 1.2.3.
Submitted by hswong3i on Sat, 2011-04-16 21:29
This is the Part 2 of the HOWTO, and you should interested with:
You may hope to stylize your Drupal 7.x blog by yourself; you may have a eyes-catching open source design and would like to implement as Drupal 7.x theme; you may hope to contribute something to Drupal community. Yes, you may have a lot of reason to start your own Drupal theme development.
In Part 1 we cover the basic of GIT command, setup a new subtheme from Zen STARTERKIT, backup original version as reference, preform some basic hack in overall Zen skeleton, and finally update the css/html-reset.css (Oh! It looks so many changes; But actually this is the the beginning!). Up to this point your theme should at least "a bit" looks similar as your design, and now we can go ahead.
This Part 2 will give you some hints for basic Drupal elemenets themeing, e.g. node, comment, block and so on; then we will handle some design-specific implementation, e.g. header, background, sidebar, footer, navigation and so on. Onec finish your theme should be 80% similar as your original design. Ok let's start :D
Submitted by hswong3i on Thu, 2011-03-31 01:27
This is the Part 1 of the HOWTO, and you should interested with:
You may hope to stylize your Drupal 7.x blog by yourself; you may have a eyes-catching open source design and would like to implement as Drupal 7.x theme; you may hope to contribute something to Drupal community. Yes, you may have a lot of reason to start your own Drupal theme development.
But the next question: how to start the work without a huge knowledge background? Therefore this is the showtime of Zen (http://drupal.org/project/zen). Zen is a starting theme for Drupal, which abstract a lot of pre-required Drupal background knowledge for new comer, and even give a big hand to expert Drupal theme developer. For example, I can use Zen to upgrade all of my legacy Drupal public theme contribution within 2 weeks, including both Drupal 6 and 7 version among all 5 themes!
This HOWTO will give you a quick review and step-by-step guide, building your own Zen 7.x-3.x subtheme with the help of GIT. Sounds interesting? So let's start :D
Submitted by hswong3i on Wed, 2010-12-22 23:21
Submitted by hswong3i on Wed, 2010-12-22 23:21
Pages
Recent comments