Code Monkey home page Code Monkey logo

magento-example's Introduction

Magento v1.9.0.1 on OpenShift

This git repository creates a Magento installation on OpenShift.

Sample data is populated and the application configured automagically.

Running on OpenShift

Create an account at http://www.openshift.com/

Create a php-5.4 + mysql 5.5 application based on this repo's code (you can call your application whatever you want)

rhc app create $appname php-5.4 mysql-5.5 phpmyadmin cron

The sample data tarball provided with Magento v1.9.0.1 is more than 400MB which almost exceeds 1GB of free space quota after extraction. So you need to upgrade your gear to atleast another 1GB for this application to be built and deployed successfully.

Add this upstream Magento repo

cd $appname 
git remote add upstream -m master git://github.com/ravikiran438/magento-example.git
git pull -s recursive -X theirs upstream master
# note that the git pull above can be used later to pull updates to Magento

Then push the repo upstream

git push

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

http://$appname-$yournamespace.rhcloud.com

Default admin credentials: username admin password OpenShiftAdmin123.

Post-installation details

After the installation it is important to change the admin password and other Magento configurations properly. Log in to

http://$appname-$yournamespace.rhcloud.com/admin

using the provided credentials and check all system settings, for example:

  • System > My Account
  • System > Configuration > General > Countries Options
  • System > Configuration > General > Locale Options
  • System > Configuration > Admin
  • System > Configuration > System

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.