From 7e9a7b382d6f9a5b6a6116ccff8dfc9599278ec0 Mon Sep 17 00:00:00 2001 From: ePirat Date: Sun, 14 Jun 2015 13:41:45 +0200 Subject: [PATCH] Remove first heading --- Install.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Install.md b/Install.md index 3929914..25cec44 100644 --- a/Install.md +++ b/Install.md @@ -1,20 +1,19 @@ -# Installing Libreboard Welcome to the guide how to install Libreboard on your own Server! There are various ways to do so, just choose one of the following options: -## Install using Docker +# Install using Docker You can install using the official Docker repository located [here][docker-repo]. -## Install with Sandstorm +# Install with Sandstorm Sandstorm is a platform that you can install of your server and it lets you install a variety of apps easily, most of the with a one-click installation. For instructions how to install Sandstorm, check out the [guide][sandstorm-guide] on their website! After you have installed Sandstorm, just go to the Admin panel and install the Libreboard app! That's all! -## Install manually +# Install manually This is the most complex way, suitable if you know what you are doing and want to have the most flexibility to adapt the installation to your needs. Let's go! -### Install Node.js +## Install Node.js If you haven't already, you need to install Node.js, given that we need a very recent version, make sure to either use the [custom packages][node-packages] (the ones of your OS are likely too old) or install the latest version from the Node.js [website][node-web]. -### Install Meteor +## Install Meteor As you might have noticed already, Libreboard is built using the Meteor web framework, so we need to install this as well. This can be done easily using their install script ([read it][meteor-script] if you don't trust it): ```sh @@ -22,11 +21,11 @@ As you might have noticed already, Libreboard is built using the Meteor web fram curl https://install.meteor.com/ | sh ``` -### Install MongoDB +## Install MongoDB In order to run Libreboard you need to have MongoDB installed. You can either install your distributions package, if they offer any or see the [MongoDB website] how to install it. -### Download and build Libreboard +## Download and build Libreboard First we need to get the latest version of Lireboard and change to the cloned folder: ```sh