Emporio is an open source digital commerce platform written in Java. It was built from the ground up to work with Liferay Portal so that Liferay developers can leverage fully integrated web content management systems and best-in-breed portal capabilities in their commerce projects.
Liferay designed Emporio for commerce projects that are very large or complex; it can support millions of products in challenging B2B industries.
- Catalog Management and Product Browsing
- Checkout, Discounts and Pricing
- Payments and Tax Management
- Shipping Management
- Order Management
- Customer Account Management
- Multicurrency and Multilanguage
Requirements: Liferay Portal 7.1 GA1
-
Clone the Emporio repository (this repository) to the same level of your directory tree as your Liferay Home folder (Liferay Home is the folder that contains the Tomcat folder for Liferay 7.1).
-
Start Liferay Portal 7.1.
In the terminal, navigate to the source code folder
(com-liferay-commerce
).
Windows Users: enter gradlew.bat deploy -Dbuild.profile=portal
MacOS/Linux: enter ./gradlew deploy -Dbuild.profile=portal
This takes a few minutes. When the build is complete, go to--or refresh-- http://localhost:8080 in your browser. Emporio's features are now available in your Portal instance.
Did you find a bug? Please open a ticket for it at issues.liferay.com.
There are many ways for you to learn what's new in Emporio, get answers to questions and connect with other Liferay community members.
Follow us on Twitter:
- @Liferay Latest announcements
- @LiferayDocs New articles
- @LiferayEng Tweets from the core engineering team
Read details on announcements, engage in discussions and learn more by following Liferay's Blog.
Do you have questions? Ask them on our forums.
Join the conversation on Liferay's Community Chat.
- Get your invite: community-chat.liferay.com
- Enter the chat: liferay-community.slack.com
- Channel:
#emporio
This project, Emporio, is free software ("Licensed Software"); you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.
This project is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; including but not limited to, the implied warranty of MERCHANTABILITY, NONINFRINGEMENT, or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with this project; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA