Ubuntu support blocked by #44
This commit is contained in:
parent
9aaba6ad5e
commit
8761496580
3 changed files with 13 additions and 3 deletions
|
@ -1,6 +1,5 @@
|
|||
# 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').
|
||||
|
|
|
@ -1,3 +1,14 @@
|
|||
# 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
|
||||
|
|
Loading…
Reference in a new issue