Skip to content

Commit

Permalink
updated Install using Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
Vandana Painuly authored and Vandana Painuly committed Apr 13, 2017
1 parent e5362b0 commit 3c5e166
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Catalyst/source/quickinstaller.rst
Expand Up @@ -31,12 +31,12 @@ and run below commands. ::
docker run --name rlcdb -d relevancelab/catalyst-db:latest
docker run --link rlcdb:rlcdb -e DB_HOST=rlcdb --name rlcat -d -p 3001:3001 relevancelab/rlcatalyst:4.0

Now you can access RLCatalyst using http://<hostip>:3001
Now you can access RLCatalyst using http://<hostip>:3001 ::

Login Credentials
UN: superadmin
PWD: superadmin@123

UN: superadmin
PWD: superadmin@123

.. _install-vagrant:
Install using Vagrant
Expand Down

0 comments on commit 3c5e166

Please sign in to comment.