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
28715dad
Commit
28715dad
authored
9 years ago
by
Pierre Ozoux
Browse files
Options
Downloads
Patches
Plain Diff
Update instructions
parent
ab16264a
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
INSTALL.md
+14
-6
14 additions, 6 deletions
INSTALL.md
with
14 additions
and
6 deletions
INSTALL.md
+
14
−
6
View file @
28715dad
...
@@ -8,14 +8,22 @@
...
@@ -8,14 +8,22 @@
# Installation
# Installation
Replace the following variables with yours:
First, you need a server.
IP
We recommend
[
Hetzner
](
https://serverboerse.de/index.php?country=EN
)
as they are the cheapest options around.
hostname
You can filter servers with ssd.
These instructions can also work on any VM/VPS/Hardware.
## Install the system
```
```
IP=
ssh -o "StrictHostKeyChecking no" root@$IP
ssh -o "StrictHostKeyChecking no" root@$IP
hostname=
ssh_public_key=""
fdisk -l #find your ssd
fdisk -l #find your ssd
# Setup raid
# Setup raid
...
@@ -28,13 +36,13 @@ mkfs.ext4 /dev/md0
...
@@ -28,13 +36,13 @@ mkfs.ext4 /dev/md0
cat > cloud-config.tmp << EOF
cat > cloud-config.tmp << EOF
#cloud-config
#cloud-config
hostname: $hostname
hostname:
"
$hostname
"
ssh_authorized_keys:
ssh_authorized_keys:
-
#your
ssh
public
key
here
-
$
ssh
_
public
_
key
EOF
EOF
wget https://raw.github.com/coreos/init/master/bin/coreos-install
wget https://raw.github.com/coreos/init/master/bin/coreos-install
bash coreos-install -d /dev/sda -c cloud-config
bash coreos-install -d /dev/sda -c cloud-config
.tmp
reboot
reboot
```
```
...
...
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