Skip to content

Commit 2d65689

Browse files
authored
updated github repo
1 parent 2962fe0 commit 2d65689

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

doc/deploy-production-server.md

+7-5
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,12 @@ Be sure to install the latest stable Redis, as the package in the distro may be
7474

7575
Please follow instructions here: https://www.rabbitmq.com/install-debian.html
7676

77-
curl http://www.rabbitmq.com/rabbitmq-signing-key-public.asc | sudo apt-key add -
78-
sudo apt-add-repository 'deb http://www.rabbitmq.com/debian/ testing main'
79-
sudo apt-get update
80-
sudo apt-get install rabbitmq-server
77+
echo 'deb http://www.rabbitmq.com/debian/ testing main' |
78+
sudo tee /etc/apt/sources.list.d/rabbitmq.list
79+
wget -O- https://www.rabbitmq.com/rabbitmq-release-signing-key.asc |
80+
sudo apt-key add -
81+
sudo apt-get update
82+
sudo apt-get install rabbitmq-server
8183

8284
sudo rabbitmq-plugins enable rabbitmq_management
8385
sudo service rabbitmq-server restart
@@ -193,7 +195,7 @@ A JavaScript Runtime is needed for Asset Pipeline to work. Any runtime will do b
193195
##### Clone the Source
194196

195197
mkdir -p ~/peatio
196-
git clone git://github.com/peatio/peatio.git ~/peatio/current
198+
git clone https://github.com/pankaj9310/graviex-peatio.git ~/peatio/current
197199
cd peatio/current
198200

199201
# Install dependency gems

0 commit comments

Comments
 (0)