TODO: setup SSL.
This is a quick guide on how to setup domain and infinite subdomains, in a case where, for example, you may have one subdomain for each client.
Starting from this http://stackoverflow.com/a/39646701
TODO: setup SSL.
This is a quick guide on how to setup domain and infinite subdomains, in a case where, for example, you may have one subdomain for each client.
Starting from this http://stackoverflow.com/a/39646701
If you don't have homebrew installed - get homebrew here
Then run: brew install elasticsearch
Update the elasticsearch configuration file in /usr/local/etc/elasticsearch/elasticsearch.yml.
| /* | |
| * This work is free. You can redistribute it and/or modify it under the | |
| * terms of the Do What The Fuck You Want To Public License, Version 2, | |
| * as published by Sam Hocevar. See the COPYING file for more details. | |
| */ | |
| /* | |
| * Easing Functions - inspired from http://gizma.com/easing/ | |
| * only considering the t value for the range [0, 1] => [0, 1] | |
| */ | |
| EasingFunctions = { |