Sha256: 01a5db2f7a639dd1f6f3223fdf2c9160d26b0914b6883f7365d90d9c8b5b7683
Contents?: true
Size: 925 Bytes
Versions: 2
Compression:
Stored size: 925 Bytes
Contents
# groonga-plugin-<%= config[:plugin_name] %> TODO: Write description. ## Prepare ```sh $ git clone git@github.com:[USERNAME]/groonga-plugin-<%= config[:plugin_name] %>.git $ cd groonga-plugin-<%= config[:plugin_name] %> $ ./autogen.sh ``` ## Build Groonga is installed in `/usr/local`: ```sh $ ./configure $ make ``` Groonga is installed in other directory (e.g.: `/tmp/local`): ```sh $ ./configure --prefix=/tmp/local $ make ``` ## Test Using [grntest](https://github.com/groonga/grntest). ```sh $ test/run-test.sh ``` ## Install For system directory (e.g.: `/usr/local`): ```sh $ sudo make install ``` For user directory (e.g.: `/tmp/local`): ```sh $ make install ``` ## Usage TODO: Write usage. ## Development ### Add test ```sh $ vi test/suite/new_test.test $ test/run-test.sh $ cat test/suite/new_test.actual # Confirm result $ mv test/suite/new_test.{actual,expected} # Rename confirmed test ```
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
hajimeru-0.1.3 | lib/hajimeru/generator/templates/groonga_plugin/README.md.tt |
grnplum-0.1.0 | lib/grnplum/generator/templates/c/README.md.tt |