Merge pull request #1749 from mattermost/rhel-fix

Adding steps for RHEL 6
Этот коммит содержится в:
Corey Hulen
2015-12-17 13:34:06 -08:00
родитель c7dff2dd7e 9ab8c9a774
Коммит 399504a538
3 изменённых файлов: 223 добавлений и 4 удалений

Просмотреть файл

@@ -65,7 +65,7 @@
* ``` ./platform```
* You should see a console log like `Server is listening on :8065` letting you know the service is running.
* Stop the server for now by typing `ctrl-c`
1. Setup Mattermost to use the Ubuntu Upstart daemon which handles supervision of the Mattermost process.
1. Setup Mattermost to use the Upstart daemon which handles supervision of the Mattermost process.
* ``` sudo touch /etc/init/mattermost.conf```
* ``` sudo vi /etc/init/mattermost.conf```
* Copy the following lines into `/etc/init/mattermost.conf`