EN FR

> HackOro Paris 2019|

OroPlatform Hackathon #hackoro2019, March 13th 2019

Get your ticket
Our sponsors
Oro Inc
Marello
Synolia
DnD

HackOro

The OroPlatform hackathon

The Hackathon taking place one day after the OroVibe Paris 2019, made by developers, for developers.

The hackathon will be about:

  • OroPlatform
  • OroCRM
  • OroCommerce
  • Marello
  • and other BAP apps...

Bring your laptop, your brain and your cheerfulness.

What is included

  • breakfast
  • lunch (buffet meals)
  • mineral water, coffee and tea

In case of dietary restrictions, please contact Grégory Planchat by mail at gregory[at]kiboko.fr

HackOro Paris 2019
March 13th 2019 - 09:00 to 17:00

Get your ticket

Get your tickets on Weezevent

Location

Cool & Workers

34 rue du Chemin Vert
75011 Paris

Show a larger map
Hackathon organizers
Kiboko
Diglin
Meet

Meet

Meet other developers sharing your professional interests

Build

Build

Build and share tooling with other developers in the ecosystem

Learn

Learn

Learn from other community members and the Oro Inc. team members

Grow

Grow

Grow your knowledge about Oro applications and extensions

Organization

What to expect during this hackathon

The hackathon content will be determined by a call for proposals to participants. Each Participant will be free to team up with the people interested in the same subject, or work independently and share experiences, methodologies and results.

During the hackathon

The hackathon content will be determined by a call for proposals to participants 2 weeks before the event. Bring your own ideas, suggestions and questionings.

Feel free to suggest a subject, whichever is your level of knowledge of the ecosystem.

Team up with other developers to build bigger projects.

Prepare your computers!

Time goes by so fast! Please, prepare your computer to be able to quickly start working on OroPlatform applications.

Following are hints to install OroPlatform applications:

Check the OroPlatform CE installation instructions for more details.

composer create-project oro/platform-application:^3.1 \
    --repository=https://satis.oroinc.com

cd platform-application

bin/console oro:install \
    --application-url=http://localhost:8000 \
    --env=prod \
    --organization-name=HackOro \
    --user-name=admin \
    --user-email=hello@example.com \
    --user-firstname=John \
    --user-lastname=Doe \
    --user-password=password \
    --language=en \
    --formatting-code=en \
    --symlink \
    --sample-data=y \
    --timeout=0

Check the OroCommerce CE installation instructions for more details.

composer create-project oro/commerce-crm-application:^3.1 \
    --repository=https://satis.oroinc.com

cd commerce-crm-application

bin/console oro:install \
    --application-url=http://localhost:8000 \
    --env=prod \
    --organization-name=HackOro \
    --user-name=admin \
    --user-email=hello@example.com \
    --user-firstname=John \
    --user-lastname=Doe \
    --user-password=password \
    --language=en \
    --formatting-code=en \
    --symlink \
    --sample-data=y \
    --timeout=0

Check the OroCRM CE installation instructions for more details.

composer create-project oro/crm-application:^3.1 \
    --repository=https://satis.oroinc.com

cd crm-application

bin/console oro:install \
    --application-url=http://localhost:8000 \
    --env=prod \
    --organization-name=HackOro \
    --user-name=admin \
    --user-email=hello@example.com \
    --user-firstname=John \
    --user-lastname=Doe \
    --user-password=password \
    --language=en \
    --formatting-code=en \
    --symlink \
    --sample-data=y \
    --timeout=0

Check the Marello CE installation instructions for more details.

composer create-project marellocommerce/marello-application:^2.0 \
    --repository='{"type":"vcs","url":"git@github.com:marellocommerce/marello-application.git"}'

cd marello-application

bin/console oro:install \
    --application-url=http://localhost:8000 \
    --env=prod \
    --organization-name=HackOro \
    --user-name=admin \
    --user-email=hello@example.com \
    --user-firstname=John \
    --user-lastname=Doe \
    --user-password=password \
    --language=en \
    --formatting-code=en \
    --symlink \
    --sample-data=y \
    --timeout=0

HackOro Paris 2019
March 13th 2019 - 09:00 to 17:00

Get your ticket

Get your tickets on Weezevent

Icons made by Freepik, Becris, Good Ware from www.flaticon.com is licensed by CC 3.0 BY