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

Ubuntu support blocked by #44

parent 9aaba6ad
No related branches found
No related tags found
No related merge requests found
# 0.2.1
* instructions for how to run an IndieHosters server on Ubuntu 14.10 (as an alternative to CoreOS)
* draft instructions for how to add an application (whether server-wide or per-user)
* several bugfixes
......
......@@ -4,8 +4,8 @@
Make sure you read [getting started](getting-started-as-a-hoster.md) first.
### Prepare your orchestration data
* Get a CoreOS or Ubuntu server, for instance from [RackSpace](rackspace.com) or [Vultr](vultr.com).
* If you chose Ubuntu, follow the [Ubuntu-specific](running-on-ubuntu.md) instructions, then continue here.
* Get a CoreOS server, for instance from [RackSpace](rackspace.com) or [Vultr](vultr.com).
* We aim to also support Ubuntu 14.10, but this is currently blocked by issue [#44](https://github.com/indiehosters/indiehosters/issues/44)
* If you didn't add your public ssh key during the order process (e.g. through your IaaS control panel or a cloud-config file),
scp your laptop's public ssh key (probably in `~/.ssh/id_rsa.pub`) to `.ssh/authorized_keys` for the remote user
you will be ssh-ing and scp-ing as (the default remote user of our deploy scripts is 'core').
......
# Work in progress
We try to support ubuntu 14.10, but this is blocked by [#44](https://github.com/indiehosters/indiehosters/issues/44)
To run an IndieHosters on ubuntu 14.10 (earlier versions will not work), run something like:
````bash
......
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