You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 5, 2020. It is now read-only.
Hi,
I download community edition OroCRM 3.1 on my local machine and change a folder name democrm. Then, I clone the environment on local machine. And I follow the instruction as mention here : https://github.com/oroinc/environment/blob/master/doc/ADVANCED_USAGE.md
I use git bash terminal for command line:
export ORO_APP=/c/phpworkspace/democrm
export SYMFONY_ENV=dev
docker-compose -p democrm -f /c/phpworkspace/environment-master-oro/php71_nginx_mysql_full_ce.yml up -d
Creating network "democrm_default" with the default driver
Creating democrm_mail_1 ... done
Creating democrm_data_1 ... done
Creating democrm_composer_1 ... done
Creating democrm_database_1 ... done
Creating democrm_php_1 ... done
Creating democrm_consumer_1 ... done
Creating democrm_websocket_1 ... done
Creating democrm_cron_1 ... done
Creating democrm_webserver_1 ... done
The docker-compose run successfully; however, when I type http://webserver.democrm.docker/ on browser its display : This site can’t be reached
I wonder which steps went wrong or missed, appreciate if you could share your experience to sorted out the issue.