Skip to content
Snippets Groups Projects
Commit 703827ce authored by Michiel de Jong's avatar Michiel de Jong
Browse files

mention issue #46 in docs

parent 87614965
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ Make sure you read [getting started](getting-started-as-a-hoster.md) first.
* Add the ssh key from k3:.ssh/id_rsa.pub to the authorized_keys for the git user (not the root user) on bu25.
* Check that you can `ssh git@bu25` from k3.
* Exit from the double ssh back to your laptop, and from the root folder of this repository, run `sh ./deploy/deploy.sh k3 git@bu25 master root`
* The rest should be automatic! (ignore the warning about backup.dev, and note that haproxy will not start as long as there are no website on your server).
* The rest should be automatic! (ignore the warning about backup.dev, and note that haproxy will not start as long as there are no websites on your server).
### Adding an existing website
* The IndieHosters architecture is migration-oriented, so it aims to make moving a domain from one server to another very easy.
......@@ -38,6 +38,8 @@ Make sure you read [getting started](getting-started-as-a-hoster.md) first.
* Rewrite the haproxy configuration
* (Re)start haproxy
* If the domain runs wordpress, then the git clone from backup will fail because of [issue 46](https://github.com/indiehosters/indiehosters/issues/46), so make sure to follow the workaround steps from there.
### Adding a new website to your server
* For each site you want to deploy on the server, e.g. example.com, do the following:
* Does example.com already exist as a domain name?
......
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