https://github.com/niku/pgroonga-with-phoenix
How to use PGroonga with PhoenixFramework
https://github.com/niku/pgroonga-with-phoenix
Last synced: about 1 month ago
JSON representation
How to use PGroonga with PhoenixFramework
- Host: GitHub
- URL: https://github.com/niku/pgroonga-with-phoenix
- Owner: niku
- Created: 2015-11-12T15:19:25.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-12T15:20:09.000Z (over 10 years ago)
- Last Synced: 2025-01-12T16:41:30.151Z (over 1 year ago)
- Language: Elixir
- Homepage: http://niku.name/articles/2015/11/12/PhoenixFramework%E3%81%A7PostgreSQL%E3%81%A8PGroonga%E3%82%92%E4%BD%BF%E3%81%A3%E3%81%A6%E6%97%A5%E6%9C%AC%E8%AA%9E%E5%85%A8%E6%96%87%E6%A4%9C%E7%B4%A2%E3%82%92%E5%AE%9F%E7%8F%BE%E3%81%99%E3%82%8B%E6%96%B9%E6%B3%95
- Size: 0 Bytes
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DocumentSearch
To start your Phoenix app:
1. Install dependencies with `mix deps.get`
2. Create and migrate your database with `mix ecto.create && mix ecto.migrate`
3. Start Phoenix endpoint with `mix phoenix.server`
Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.
Ready to run in production? Please [check our deployment guides](http://www.phoenixframework.org/docs/deployment).
## Learn more
* Official website: http://www.phoenixframework.org/
* Guides: http://phoenixframework.org/docs/overview
* Docs: http://hexdocs.pm/phoenix
* Mailing list: http://groups.google.com/group/phoenix-talk
* Source: https://github.com/phoenixframework/phoenix