Skip to content
Snippets Groups Projects
Commit 36b1ed62 authored by Pierre Ozoux's avatar Pierre Ozoux
Browse files

Replaces coreos.dev with indiehosters.dev

parent e86a6a76
No related branches found
No related tags found
No related merge requests found
...@@ -5,16 +5,16 @@ ...@@ -5,16 +5,16 @@
- run `vagrant plugin install vagrant-hostsupdater` to install - run `vagrant plugin install vagrant-hostsupdater` to install
## Get started: ## Get started:
- Put a TLS certificate (self-signed is fine, but make sure you have [public, intermediate, and private all concatenated into one .pem file](https://www.digitalocean.com/community/tutorials/how-to-implement-ssl-termination-with-haproxy-on-ubuntu-14-04)) in /data/per-user/coreos.dev/combined.pem on the host system. - Put a TLS certificate (self-signed is fine, but make sure you have [public, intermediate, and private all concatenated into one .pem file](https://www.digitalocean.com/community/tutorials/how-to-implement-ssl-termination-with-haproxy-on-ubuntu-14-04)) in /data/per-user/indiehosters.dev/combined.pem on the host system.
- Test it with `openssl s_server -cert /data/per-user/coreos.dev/combined.pem -www` - Test it with `openssl s_server -cert /data/per-user/indiehosters.dev/combined.pem -www`
```bash ```bash
vagrant up vagrant up
``` ```
Wait for the provisioning to finish (~40mins), and go to your browser: https://coreos.dev Wait for the provisioning to finish (~40mins), and go to your browser: https://indiehosters.dev
### If you want to add another wordpress instance apart from coreos.dev: ### If you want to add another wordpress instance apart from indiehosters.dev:
- For e.g. example.dev, put a cert for it in /data/per-user/example.dev/combined.pem on - For e.g. example.dev, put a cert for it in /data/per-user/example.dev/combined.pem on
the host system. the host system.
- Test it with `openssl s_server -cert /data/per-user/example.dev/combined.pem -www` - Test it with `openssl s_server -cert /data/per-user/example.dev/combined.pem -www`
......
...@@ -17,7 +17,7 @@ $vb_memory = 1024 ...@@ -17,7 +17,7 @@ $vb_memory = 1024
$vb_cpus = 1 $vb_cpus = 1
BASE_IP_ADDR = ENV['BASE_IP_ADDR'] || "192.168.65" BASE_IP_ADDR = ENV['BASE_IP_ADDR'] || "192.168.65"
HOSTNAME = ENV['HOSTNAME'] || "coreos.dev" HOSTNAME = ENV['HOSTNAME'] || "indiehosters.dev"
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
config.vm.box = "coreos-%s" % $update_channel config.vm.box = "coreos-%s" % $update_channel
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment