Containers for OroCRM bundle development
- Pull the repository
- Copy
.env.dev
to.env
and adjust your project specific params - Run containers
docker-compose up -d
- Install Orocrm in your directory if not installed with commamd:
docker-compose exec orocrm orocrm-install-app.sh
(This will clean up previous OroCRM installation if exists) - Mount your new module with command:
docker-compose exec orocrm orocrm-mount-bundle.sh
- Adjust
/etc/hosts
add the following line:
127.0.0.1 orocrm.dev
GITHUB_OAUTH_TOKEN
- used to download source code, please setup your key hereHOST_OROCRM_ROOT_DIR
- your directory for symfony application sourcesHOST_OROCRM_BUNDLE_DIR
- your directory for your custom new bundleDEV_USER_ID
andDEV_GROUP_ID
- check if your local user has id 1000 withid -u $USER
Admin email: [email protected] Admin password: admin1111