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

Cleans the README

parent 408cb9a3
No related branches found
No related tags found
No related merge requests found
...@@ -20,16 +20,13 @@ work). ...@@ -20,16 +20,13 @@ work).
vagrant up vagrant up
``` ```
Wait for the provisioning to finish (~40mins), and go to your browser: https://indiehosters.dev Wait for the provisioning to finish (~5mins), and go to your browser: https://indiehosters.dev
### FIXME: this is outdated: If you want to add another nginx instance apart from indiehosters.dev: ### If you want to add another nginx instance apart from indiehosters.dev:
- For e.g. example.dev, put a cert for it in /data/per-user/example.dev/combined.pem on
the host system.
- Test it with `openssl s_server -cert /data/per-user/example.dev/combined.pem -www`
```bash ```bash
vagrant ssh vagrant ssh
sudo sh /data/indiehosters/scripts/approve-user.sh example.dev wordpress sh /data/indiehosters/scripts/activate-user.sh example.dev nginx
``` ```
Check https://example.dev in your bowser! Check https://example.dev in your bowser!
...@@ -38,7 +35,6 @@ Check https://example.dev in your bowser! ...@@ -38,7 +35,6 @@ Check https://example.dev in your bowser!
To clean up stuff from previous runs of your VM, you can do: To clean up stuff from previous runs of your VM, you can do:
```bash ```bash
vagrant ssh vagrant destroy
rm -rf /etc/systemd/system/multi-user.wants/* vagrant up
``` ```
and then restart the VM with `vagrant reload`.
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