https://github.com/purecloudlabs/discourse-search-index-plugin
https://github.com/purecloudlabs/discourse-search-index-plugin
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/purecloudlabs/discourse-search-index-plugin
- Owner: purecloudlabs
- License: mit
- Created: 2018-06-07T13:01:43.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2025-01-03T06:34:14.000Z (over 1 year ago)
- Last Synced: 2025-03-31T09:37:53.905Z (over 1 year ago)
- Language: Ruby
- Size: 13.7 KB
- Stars: 0
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Plugin used to get a listing of forum posts for search indexing
# Running Discourse locally
1. clone https://github.com/discourse/discourse
2. Modify bin/docker/boot_dev, on the line that starts with ```docker run -d -p 1080:1080 -p 3000:3000 ```, add a volume mapping to your local path ```-v /Users/kevin.glinski/code/src/bitbucket.org/inindca/developer-forum/src/search:/src/plugins/purecloudsearch ``` full example ```docker run -d -p 1080:1080 -p 3000:3000 -v /Users/kevin.glinski/code/src/bitbucket.org/inindca/developer-forum/src/search:/src/plugins/purecloudsearch -v "$DATA_DIR:/shared/postgres_data:delegated" -v "$SOURCE_DIR:/src:delegated" --hostname=discourse --name=discourse_dev --restart=always discourse/discourse_dev:release /sbin/boot```
3. from the discourse directory, run ```./bin/docker/boot_dev```
3. from the discourse directory, run ```./bin/docker/rails s```