Speech Installation Centos 7 with Docker

HomeOther ContentSpeech Installation Centos 7 with Docker
Speech Installation Centos 7 with Docker
Speech Installation Centos 7 with Docker
You can check the installation details on my blog

http://www.rastricks.com

http://www.rastricks.com/2015/09/discourse-installation-in-centos-7-with.html

CentOs update
yum update -y

Install wget and git
yum install -y wget git

Enable the EPEL repository to be able to install additional packages:
cd/tmp
wget http://dl.fedoraproject.org/pub/e/epel/7/x86_64/epel-release-5-7.noarch.rpm
sudo rpm -Uvh epel-release-5*.rpm

Install Docker
sudo yum -y install docker-io

Start Docker as a service
starting sudo service docker

Configure Docker to start on startup
sudo chkconfig docker enabled

Install the speech
mkdir /var/speech
git clone https://github.com/discourse/discourse_docker.git /var/discourse

Change directory
cd /var/docker/

cp samples/standalone.yml containers/app.yml

Edit app.yml
add your smtp details (use correct email details, these details required for activation)

Speech install command
cd /var/speech
./launcher bootstrap application

Start the speech
/var/docker/launcher start application

Open the browser and enter the IP address of your server, the DISCOURSE page will be displayed.

Sign up to activate the administrator account (use the same email you enter in app.yml)

After successful registration, you have received an activation email.

Note: Every time you make a change in /"app.yml/", you need to run
./launcher rebuild app

Please take the opportunity to connect and share this video with your friends and family if you find it useful.

No Comments

Leave a Reply

Your email address will not be published. Required fields are marked *