webcompat / webcompat-metrics-server

Server in charge of delivering different data to the webcompat-metrics-client
Mozilla Public License 2.0
6 stars 5 forks source link

Create a dev environment for the project #68

Open karlcow opened 6 years ago

karlcow commented 6 years ago
karlcow commented 6 years ago

@magsout @laghee How do you test the current webcompat-metrics-client? Using the online API or do you deploy locally the server too?

karlcow commented 6 years ago

In Running Apps Locally

heroku local

(ochazuke) 15:11:06 ~/code/ochazuke
→ heroku local
[OKAY] Loaded ENV .env File as KEY=VALUE Format
15:11:15 web.1   |  [2018-11-08 15:11:15 +0900] [22493] [INFO] Starting gunicorn 19.8.1
15:11:15 web.1   |  [2018-11-08 15:11:15 +0900] [22493] [INFO] Listening at: http://0.0.0.0:5000 (22493)
15:11:15 web.1   |  [2018-11-08 15:11:15 +0900] [22493] [INFO] Using worker: sync
15:11:15 web.1   |  [2018-11-08 15:11:15 +0900] [22496] [INFO] Booting worker with pid: 22496
magsout commented 5 years ago

@magsout @laghee How do you test the current webcompat-metrics-client? Using the online API or do you deploy locally the server too?

The online API.

karlcow commented 4 years ago

so I fixed the separate requirements.txt in #42 / #137