Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
compose.libre.sh
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Timothee Gosselin
compose.libre.sh
Commits
87614965
Commit
87614965
authored
10 years ago
by
Michiel de Jong
Browse files
Options
Downloads
Patches
Plain Diff
Ubuntu support blocked by
#44
parent
9aaba6ad
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.md
+0
-1
0 additions, 1 deletion
CHANGELOG.md
doc/deploying-a-server.md
+2
-2
2 additions, 2 deletions
doc/deploying-a-server.md
doc/running-on-ubuntu.md
+11
-0
11 additions, 0 deletions
doc/running-on-ubuntu.md
with
13 additions
and
3 deletions
CHANGELOG.md
+
0
−
1
View file @
87614965
# 0.2.1
# 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)
*
draft instructions for how to add an application (whether server-wide or per-user)
*
several bugfixes
*
several bugfixes
...
...
This diff is collapsed.
Click to expand it.
doc/deploying-a-server.md
+
2
−
2
View file @
87614965
...
@@ -4,8 +4,8 @@
...
@@ -4,8 +4,8 @@
Make sure you read
[
getting started
](
getting-started-as-a-hoster.md
)
first.
Make sure you read
[
getting started
](
getting-started-as-a-hoster.md
)
first.
### Prepare your orchestration data
### Prepare your orchestration data
*
Get a CoreOS
or Ubuntu
server, for instance from
[
RackSpace
](
rackspace.com
)
or
[
Vultr
](
vultr.com
)
.
*
Get a CoreOS 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.
*
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),
*
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
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').
you will be ssh-ing and scp-ing as (the default remote user of our deploy scripts is 'core').
...
...
This diff is collapsed.
Click to expand it.
doc/running-on-ubuntu.md
+
11
−
0
View file @
87614965
# 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:
To run an IndieHosters on ubuntu 14.10 (earlier versions will not work), run something like:
````
bash
````
bash
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment