Loading docker/dev/README.md +6 −4 Original line number Diff line number Diff line # Develop with Theia To develop XACC using the Eclipse Theia IDE and Docker To develop qcor using the Eclipse Theia IDE and Docker ```bash $ git clone --recursive https://github.com/eclipse/xacc $ cd xacc/docker/dev/theia $ git clone --recursive https://code.ornl.gov/qci/qcor $ cd qcor/docker/dev $ docker-compose up -d ``` Navigate to `http://localhost:3000` in your web browser. For an application look and feel in Google Chrome, you can run Navigate to `http://localhost:3000` in your web browser. For an application look and feel in Google Chrome, you can run ```bash $ /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --app=http://localhost:3000 (On a Mac) $ google-chrome --app=http://localhost:3000 (On Linux) Loading Loading
docker/dev/README.md +6 −4 Original line number Diff line number Diff line # Develop with Theia To develop XACC using the Eclipse Theia IDE and Docker To develop qcor using the Eclipse Theia IDE and Docker ```bash $ git clone --recursive https://github.com/eclipse/xacc $ cd xacc/docker/dev/theia $ git clone --recursive https://code.ornl.gov/qci/qcor $ cd qcor/docker/dev $ docker-compose up -d ``` Navigate to `http://localhost:3000` in your web browser. For an application look and feel in Google Chrome, you can run Navigate to `http://localhost:3000` in your web browser. For an application look and feel in Google Chrome, you can run ```bash $ /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --app=http://localhost:3000 (On a Mac) $ google-chrome --app=http://localhost:3000 (On Linux) Loading