Skip to content
Snippets Groups Projects

WIP: Some extra info on setting up Hivemind

Closed imwatsi requested to merge imwatsi-first-steps into develop
1 file
+ 8
0
Compare changes
  • Side-by-side
  • Inline
+ 8
0
@@ -29,6 +29,14 @@ $ python3 setup.py build
$ python3 setup.py install --user
```
### Prepare the database
*Replace {user} with the PostgreSQL username*
```bash
$ psql -U {user} -c "CREATE EXTENSION intarray" hive
```
### Start the indexer:
```bash
Loading