Skip to content

zirf0/openshift-salesplatform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenShift-SalesPlatform

Join the chat at https://gitter.im/zirf0/openshift-salesplatform

SalesPlatform is a fork of VtigerCRM adapted for Russian Federation. Version 6.4.0

Setup

  1. Create an account at https://www.openshift.com

  2. Create a php application with mysql:

    $ rhc app create sp php-5.3 mysql-5.5

  3. Add this upstream repo

    $ cd sp $ git remote add upstream -m master git://github.com/zirf0/openshift-salesplatform.git $ git pull -s recursive -X theirs upstream master

  4. Then push the repo upstream

    $ git push

  5. That's it, you can now checkout your application at:

    http://sp-$yourdomain.rhcloud.com

  6. Follow installatin procedure

  7. Customer portal is avaliable at http://sp-$yourdomain.rhcloud.com/sd

TODO

  1. Take a rest.
  2. Add OpenShift-specific documentation