Skip to content

Set Up Issues

DavidEzraJay edited this page Sep 19, 2019 · 1 revision
  • Docker on the wrong port:

Turns out my docker installation was using a different IP than the standard localhost. In the output, it said it was using 192.168.99.100. When I look at 8080 and 3000/explorer/ at that address, I'm seeing it. Looking through issues list. Who can help point me to one to work on? I prefer backend.

$ ./dev/scripts/logs-api.sh [nodemon] 1.19.2 [nodemon] to restart at any time, enter rs [nodemon] watching dir(s): src/**/* [nodemon] starting npm start

treetracker-admin-api@1.0.0 prestart /opt/admin-api-server npm run build treetracker-admin-api@1.0.0 build /opt/admin-api-server lb-tsc treetracker-admin-api@1.0.0 start /opt/admin-api-server node . Server is running at http://[::1]:3000 Try http://[::1]:3000/ping $ ./dev/scripts/logs-web.sh treetracker-admin@0.1.0 start /opt/admin-web react-scripts start Starting the development server... Compiled with warnings. ./src/components/TreeTable.js Line 167: Expected a default case default-case ./src/models/verity.js Line 195: 'nextPage' is assigned a value but never used no-unused-vars ./src/models/appFrame.js Line 1: 'dispatch' is defined but never used no-unused-vars ./src/components/TreeDetails.js Line 1: 'Component' is defined but never used no-unused-vars Line 2: 'PropTypes' is defined but never used no-unused-vars Line 3: 'compose' is defined but never used no-unused-vars Line 4: 'connect' is defined but never used no-unused-vars Line 8: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text Line 21: 'mapState' is assigned a value but never used no-unused-vars Line 22: 'keys' is assigned a value but never used no-unused-vars ./src/components/TreeImageScrubber.js Line 1: 'useReducer' is defined but never used no-unused-vars Line 4: 'compose' is defined but never used Line 95: 'theme' is assigned a value but never used no-unused-vars ./src/components/IconLogo.js Line 8: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text ./src/components/Trees.js Line 9: 'PropTypes' is defined but never used no-unused-vars Search for the keywords to learn more about each warning. To ignore, add // eslint-disable-next-line to the line before.

yes, it looks like it has run successfully, why you can not access it on 3000 port? Problem with docker?

We have had a number of people struggle with getting docker going on Windows. It’s possible to develop without using docker if you set up CORS correctly. The web map project has some info the readme about developing this way (without docker)

Clone this wiki locally