README.rdoc in wackamole-0.0.9 vs README.rdoc in wackamole-0.1.2

- old
+ new

@@ -42,41 +42,41 @@ databases using the prefix 'mole_'. So you must name your mole databases according to this convention. ie mole_{app_name}_{environment}_mdb ie mole_fred_development_mdb === Configure It! + !!! WARNING File format change from 0.1.2 on !!! + You will need to give wackamole some information about your rackamole configuration. - In order to do so create a .wackamole directory in your home directory and create - a file wackamole.yml. You will need to specify the envs, host and ports specific + In order to do so, create a .wackamole directory in your home directory and create + a file zones.yml. You will need to specify the envs, host and ports specific to your configuration, but here is a sample. - wackamole.yml + zones.yml # New ! Optionally you can specify login name and password for the Wackamole web app. console_auth: &auth auth: user: admin password: admin - development: - <<: *auth - host: localhost - port: 27017 + zones: + local: + host: localhost + port: 27017 + + staging: + host: beta_host_name + port: 27017 + user: bobo + password: secret - beta: - <<: *auth - host: beta_host_name - port: 27017 - user: bobo - password: secret - === Launch It! Watch your creation live! - NOTE: By default wackamole uses mongo_rack for storing its session information. - This assumes that you have a local mongoDB instance running on the default port 27017. + NOTE: By default wackamole uses memcache for storing its session information. > wackamole Alternatively you can use a different mongo instance to store wackamole session information or use memcache by specifying the --pool options as follows: @@ -93,10 +93,10 @@ --pool {mongo|memcache}://{host}:{port}/{db_name|namespace}/[cltn_name] To launch wackamole in a given environment defined in your wackamole.yml configuration. - > wackamole -e env + > wackamole -e env This option defaults to production. Please checkout the forum and send us feedback and issues. This is still work in progress so your feedback is very important and will be very much appreciated! \ No newline at end of file