Skip to content
Snippets Groups Projects
Commit 36462d77 authored by dosire's avatar dosire
Browse files

Markdown styles dependencies are optional.

parent 80f34cfb
No related branches found
No related tags found
No related merge requests found
Loading
@@ -56,9 +56,6 @@ Install the required packages:
Loading
@@ -56,9 +56,6 @@ Install the required packages:
   
sudo apt-get install -y build-essential zlib1g-dev libyaml-dev libssl-dev libgdbm-dev libreadline-dev libncurses5-dev libffi-dev curl openssh-server redis-server checkinstall libxml2-dev libxslt-dev libcurl4-openssl-dev libicu-dev logrotate sudo apt-get install -y build-essential zlib1g-dev libyaml-dev libssl-dev libgdbm-dev libreadline-dev libncurses5-dev libffi-dev curl openssh-server redis-server checkinstall libxml2-dev libxslt-dev libcurl4-openssl-dev libicu-dev logrotate
   
# For reStructuredText markup language support install required package:
sudo apt-get install -y python-docutils
Make sure you have the right version of Git installed Make sure you have the right version of Git installed
   
# Install Git # Install Git
Loading
@@ -353,6 +350,15 @@ nobody can access your GitLab by using this login information later on.
Loading
@@ -353,6 +350,15 @@ nobody can access your GitLab by using this login information later on.
   
# Advanced Setup Tips # Advanced Setup Tips
   
## Additional markup styles
Apart from the always supported markdown style there are other rich text files that GitLab can display.
But you might have to install a depency to do so.
Please see the [github-markup gem readme](https://github.com/gitlabhq/markup#markups) for more information.
For example, reStructuredText markup language support requires python-docutils:
sudo apt-get install -y python-docutils
## Custom Redis Connection ## Custom Redis Connection
   
If you'd like Resque to connect to a Redis server on a non-standard port or on If you'd like Resque to connect to a Redis server on a non-standard port or on
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment