Navigation Menu

Skip to content

Commit

Permalink
Add a setup note
Browse files Browse the repository at this point in the history
  • Loading branch information
darashi committed Aug 22, 2012
1 parent 5ad7fa8 commit 1649429
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Expand Up @@ -10,3 +10,18 @@
[Groonga CloudSearch]: http://gcs.github.com/
[Amazon CloudSearch]: http://aws.amazon.com/en/cloudsearch/
[norema]: https://github.com/nroonga/norema


## Setup

TODO: write more

gcs-create-domain --domain-name norema
gcs-configure-fields --domain-name norema --name title --type text --option result
gcs-configure-fields --domain-name norema --name desc --type text --option result
gcs-configure-fields --domain-name norema --name text --type text --option result
gcs-configure-fields --domain-name norema --name path --type literal --option result
gcs-configure-fields --domain-name norema --name path_facet --type literal --option facet
gcs-configure-fields --domain-name norema --name type --type literal --option result
gcs-configure-fields --domain-name norema --name index --type uint
gcs-post-sdf --domain-name norema --source tools/all.sdf.json

0 comments on commit 1649429

Please sign in to comment.