mirror of
https://github.com/wekan/wekan.git
synced 2025-12-21 18:00:12 +01:00
Make heading levels deeper
parent
7e9a7b382d
commit
96c83bc79c
1 changed files with 7 additions and 7 deletions
14
Install.md
14
Install.md
|
|
@ -1,19 +1,19 @@
|
|||
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
|
||||
|
|
@ -21,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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue