Skip to content

Commit

Permalink
Migrated to GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
rgrebenchuk committed Jun 3, 2013
1 parent 437bfee commit 960aa95
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ http://getcomposer.org/ or just run the following command:

curl -s https://getcomposer.org/installer | php

- Clone http://gitlab.orocrm.com/platform-application.git Platform Application project with
- Clone https://github.com/orocrm/platform-application.git Platform Application project with

git clone http://gitlab.orocrm.com/platform-application.git
git clone https://github.com/orocrm/platform-application.git

- Go to app/config folder and create parameters.yml using parameters.dist.yml as example. Update database name and credentials
- Install Platform Application dependencies with composer. If installation process seems too slow you can use "--prefer-dist" option.
Expand Down
15 changes: 8 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,19 @@
{
"name": "oro/platform-application",
"description": "Oro Platform Empty Application",
"homepage": "https://github.com/orocrm/platform-application.git",
"license": "MIT",
"autoload": {
"psr-0": { "": "src/" }
},
"require": {
"php": ">=5.3.3",
"oro/platform": "dev-master"
"oro/platform": "1.0.*@dev"
},
"repositories": [
{
"type": "vcs",
"url": "http://gitlab.orocrm.com/platform.git"
},
{
"type": "vcs",
"url": "http://gitlab.orocrm.com/vendors/sonataadminbundle.git"
"url": "https://github.com/orocrm/SonataAdminBundle.git"
}
],
"scripts": {
Expand All @@ -37,6 +35,9 @@
"minimum-stability": "dev",
"extra": {
"symfony-app-dir": "app",
"symfony-web-dir": "web"
"symfony-web-dir": "web",
"branch-alias": {
"dev-master": "1.0-dev"
}
}
}

0 comments on commit 960aa95

Please sign in to comment.