capserverext 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/History.txt CHANGED
@@ -1,4 +1,12 @@
1
- == 0.0.1 / 2007-03-06
1
+ == 0.0.2 / 2007-04-17
2
+
3
+ * Fixing documentation bugs in capserverext_usage task
4
+ * Fixing incorrect info in capserverext_usage task
5
+ * Updating description
6
+ * Fixing nginx virtual host template
7
+ * Ensuring postgres db create statement creates db's with UTF8 encoding
8
+ * Adding site index.html
2
9
 
3
- * Initial release
10
+ == 0.0.1 / 2007-03-06
4
11
 
12
+ * Initial release
@@ -1,3 +1,3 @@
1
1
  class CapistranoServerExtentions
2
- VERSION = '0.0.1'
2
+ VERSION = '0.0.2'
3
3
  end
@@ -65,13 +65,15 @@ Capistrano.configuration(:must_exist).load do
65
65
 
66
66
  * set deprec_combination to either (:nginx_postgres, :nginx_mysql, :apache_mysql, :apache_postgres)
67
67
  for a combination other than the default: ':nginx_postgres'
68
- * set ssh_options[:security_port] for an ssh port other than the default: '8888'
68
+ e.g
69
+ set :deprec_combination, deprec_combinations[:nginx_mysql]
70
+ * set ssh_security_port for an ssh port other than the default: '8888'
69
71
  * set mongrel options (best to accept the defaults)
70
72
  * set repository
71
73
  * any other custom options
72
74
 
73
75
  * run: "cap prepare_ssh"
74
- * set ssh_options[:port] to ssh_options[:security_port] in deploy.rb
76
+ * set ssh_options[:port] to ssh_security_port in deploy.rb
75
77
  * run: "cap prepare_host"
76
78
  EOS
77
79
 
metadata CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.9.0
3
3
  specification_version: 1
4
4
  name: capserverext
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.0.1
7
- date: 2007-03-15 00:00:00 +00:00
6
+ version: 0.0.2
7
+ date: 2007-04-17 00:00:00 +02:00
8
8
  summary: Easily setup postgresql & nginx (http://sysoev.ru/nginx/) on ubuntu hosts.
9
9
  require_paths:
10
10
  - lib