CartoDB / kepler.gl

CARTO fork - Kepler.gl is a powerful open source geospatial analysis tool for large-scale data sets.
http://kepler.gl
MIT License
3 stars 3 forks source link

[Public map] Deploy a version with Master API Key (staging) for demo video & Create demo video (v0.1) #28

Closed neokore closed 4 years ago

neokore commented 4 years ago

Part 1

Part 2

neokore commented 4 years ago

✅ Video demo uploaded to https://drive.google.com/open?id=10q43cqR-VpR5ILY0KW-uSvFofYmQP5X4 ✅ App using master key deployed to https://keplergl-share-carto.neokore.now.sh. To get the app working you need to execute the following commands in your browser console:

localStorage.setItem('carto.username', '<your_carto_username>');
localStorage.setItem('carto.server', 'https://{user}.carto.com/');
localStorage.setItem('carto.masterKey', '<your_carto_masterkey>');

Then refresh (just in case) and click on Share > Share public URL > CARTO

neokore commented 4 years ago

Waiting until we get the final now.sh environment to deploy and the OAuth issues are resolved.

VictorVelarde commented 4 years ago

We already have the account, but now app has still to be approved for the repo. https://github.com/CartoDB/companystuff/issues/3307

VictorVelarde commented 4 years ago

Keeping with the manual deployment to now, as CI integration (build) is not working fine