Skip to content

Commit

Permalink
Merge pull request #360 from akeneo/prepare_170
Browse files Browse the repository at this point in the history
Remove useless travisci badges (we now use jenkinsci)
  • Loading branch information
nidup authored Mar 14, 2017
2 parents 390112f + 3d30f0a commit 39b5e8c
Showing 1 changed file with 4 additions and 17 deletions.
21 changes: 4 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,35 +5,22 @@ Welcome to Akeneo PIM Product.

This repository is used to create a new PIM project based on Akeneo PIM.

If you want to contribute to the Akeneo PIM (and we will be pleased if you do!), you can fork the repository http://www.github.com/akeneo/pim-community-dev and submit a pull request.

| [Master][Master] | [1.5][1.5] | [1.4][1.4] | [1.3][1.3] |
|:----------------:|:----------:|:----------:|:----------:|
| [![Build status][Master image]][Master] | [![Build status][1.5 image]][1.5] | [![Build status][1.4 image]][1.4] | [![Build status][1.3 image]][1.3] |

[Master image]: https://travis-ci.org/akeneo/pim-community-dev.svg
[Master]: https://travis-ci.org/akeneo/pim-community-dev/tree/master
[1.5 image]: https://travis-ci.org/akeneo/pim-community-dev.svg?branch=1.5
[1.5]: https://github.com/akeneo/pim-community-dev/tree/1.5
[1.4 image]: https://travis-ci.org/akeneo/pim-community-dev.svg?branch=1.4
[1.4]: https://github.com/akeneo/pim-community-dev/tree/1.4
[1.3 image]: https://travis-ci.org/akeneo/pim-community-dev.svg?branch=1.3
[1.3]: https://github.com/akeneo/pim-community-dev/tree/1.3
If you want to contribute to the Akeneo PIM (and we will be pleased if you do!), you can fork the repository https://github.com/akeneo/pim-community-dev and submit a pull request.

[![Scrutinizer Quality Score](https://scrutinizer-ci.com/g/akeneo/pim-community-dev/badges/quality-score.png?s=05ef3d5d2bbfae2f9a659060b21711d275f0c1ff)](https://scrutinizer-ci.com/g/akeneo/pim-community-dev/)

Application Technical Information
---------------------------------

The following documentation is designed for both clients and partners and provides all technical information required to define required server(s) to run Akeneo PIM application and check that end users workstation is compatible with Akeneo PIM application:
http://docs.akeneo.com/1.5/reference/technical_information/index.html
https://docs.akeneo.com/1.7/developer_guide/installation/system_requirements/system_requirements.html

Installation instructions
-------------------------

### Recommended installation

To install Akeneo PIM for a PIM project or for evaluation, please follow: http://docs.akeneo.com/1.5/developer_guide/installation/installation_workstation.html
To install Akeneo PIM for a PIM project or for evaluation, please follow: https://docs.akeneo.com/1.7/developer_guide/installation/installation_ce_archive.html

### Using Composer to create the project

Expand All @@ -52,7 +39,7 @@ A lot of our dependencies are coming from GitHub and this reaches the max limit
$ php composer.phar create-project --prefer-dist akeneo/pim-community-standard ./pim-project "1.7.*@stable"
```

After that, follow the instructions here: http://docs.akeneo.com/1.7/developer_guide/installation/installation_workstation.html
After that, follow the instructions here: https://docs.akeneo.com/1.7/developer_guide/installation/installation_ce_archive.html

Upgrade instructions
--------------------
Expand Down

0 comments on commit 39b5e8c

Please sign in to comment.