Skip to content

Commit

Permalink
edited installation ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
Vandana Painuly authored and Vandana Painuly committed Apr 12, 2017
1 parent 5f74d78 commit e482839
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions Catalyst/source/installubuntu.rst
Expand Up @@ -151,10 +151,13 @@ Install the dependencies- make , g++ , Kerberos & library::
cd Python-2.7.13
sudo ./configure
sudo make altinstall
To Check the python version
python2.7 -V
whereis python2.7
To set python enviornment variable run belaow command
export PYTHON=/usr/local/bin/python2.7
echo $PYTHON

sudo ln -s /usr/local/bin/python2.7 /usr/local/bin/python
sudo npm install -g kerberos
sudo apt-get install ruby
Expand All @@ -175,8 +178,8 @@ Process to build the client side::

cd ~
cd core/client/cat3
sudo npm install --production (any other environment)
sudo npm run-script build-prod (any other environment)
sudo npm install --production
sudo npm run-script build-prod

Install Node Packages::

Expand Down Expand Up @@ -332,8 +335,8 @@ Pre-requisites::
Process to build the client side::

cd core/client/cat3
sudo npm install --production (any other environment)
sudo npm run-script build-prod (any other environment)
sudo npm install --production
sudo npm run-script build-prod


Install Node Packages::
Expand Down

0 comments on commit e482839

Please sign in to comment.