Confirmed users
1,905
edits
Line 265: | Line 265: | ||
# Setup a local instance of ElasticSearch for development purposes, and populate it with test data, see [http://hg.mozilla.org/automation/autolog/file/tip/README-testdata.txt README-testdata.txt]. By default, this will operate on http://localhost:9200/ | # Setup a local instance of ElasticSearch for development purposes, and populate it with test data, see [http://hg.mozilla.org/automation/autolog/file/tip/README-testdata.txt README-testdata.txt]. By default, this will operate on http://localhost:9200/ | ||
# Start the autolog server in the autolog repo, using <code>python autolog_server.py .</code> | # Start the autolog server in the autolog repo, using <code>python autolog_server.py .</code> (yes, include the dot at the end) | ||
# Host the autolog repo using a webserver; I use Apache but presumably nginx or anything else would work equally well. | # Host the autolog repo using a webserver; I use Apache but presumably nginx or anything else would work equally well. | ||
# Navigate to index.html in the autolog repo; depending on how you've configured your webserver this might look something like http://localhost/autolog/ | # Navigate to index.html in the autolog repo; depending on how you've configured your webserver this might look something like http://localhost/autolog/ |