Changes

Jump to navigation Jump to search
95 bytes added ,  16:03, 16 April 2016
Line 68: Line 68:  
nano -w /etc/profile.d/scls-rh-mongodb26
 
nano -w /etc/profile.d/scls-rh-mongodb26
 
  #!/bin/sh
 
  #!/bin/sh
 +
source /opt/rh/rh-mongodb26/enable
 +
export X_SCLS="`scl enable rh-mongodb26 'echo $X_SCLS'`"
 
  export ROOT_URL=http://YOURSERVERIP:3000/
 
  export ROOT_URL=http://YOURSERVERIP:3000/
 
  export PORT=3000
 
  export PORT=3000
 
  export MONGO_URL=mongodb://localhost:27017/rocketchat
 
  export MONGO_URL=mongodb://localhost:27017/rocketchat
 +
    
nano -w /etc/profile.d/scls-rh-python34.sh
 
nano -w /etc/profile.d/scls-rh-python34.sh

Navigation menu