Advertisement
matthewpoer

Sugar7 GitHub Build

Apr 9th, 2013
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.51 KB | None | 0 0
  1. Access the GitHub repo and fork it to your account
  2. git clone git@github.com:matthewpoer/Mango.git
  3. cd Mango
  4. git remote add upstream git@github.com:sugarcrm/Mango.git
  5. git fetch upstream
  6. git checkout remotes/upstream/master
  7. git checkout sugar7
  8. git submodules
  9. cd build/rome/
  10. php build.php --ver=7.0.0testing --flav=ult
  11. cd builds/ult/
  12. sudo chown -R www-data:www-data *
  13. sudo chmod -R 775 *
  14.  
  15. Now open the browser to http://localhost/path/Mango/build/rome/builds/ult/sugarcrm/ and do your normal web-based installation
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement