adam-singer / dart-carte-du-jour

Pub documentation generation system
www.dartdocs.org
Other
25 stars 8 forks source link

Ddc upgrade #99

Closed devoncarew closed 8 years ago

devoncarew commented 9 years ago

@financeCoding, I'm working on gettings dartdocs.org upgraded from docgen to dartdoc. You can see the new output of dartdoc here: https://dartdoc.firebaseapp.com/.

This PR:

I'm not familiar enough with this project to know how to test or run it very well. Is there a way I can test the generation path w/ having access to any of the google storage buckets?

adam-singer commented 9 years ago

lgtm. I think after these changes the daemon would need to be redeployed, I don't see any reason why it might fail except for possibly datastore issues. I could possibly test tomorrow night. If your feeling adventurous try restarting the daemon before merging this with (might need to make sure your gcloud/gcutil auth is defaulted to the project)

cd dart-carte-du-jour/scripts/daemon_launch
source daemon-isolate-functions.sh
carte_restart_daemon_isolate

If that works and it seems to be generating packages, then go forward and merge this, pull master to local git repo and restart the daemon again.

sethladd commented 8 years ago

thanks!