Hacker News new | ask | show | jobs
by beberlei 4032 days ago
Cool! Even if a demo is great, with the complexity to setup I would prefer screenshots as well to show some standard use-cases.

On the technical side: You should really upgrade Symfony to version 2.7 (new LTS), the 2.1 you use is not supported aynmore. In the demo (production environment) you should hide the webtoolbar for security reasons.

2 comments

Yes, I'll be the first to admit our documentation needs some work.

How about screencapture gifs? Example: http://i.imgur.com/DsZx51m.gif

As far as the Symfony upgrade, great minds think alike: https://github.com/wealthbot-io/wealthbot/tree/feature/symfo...

upgrading symfony is one of the key things we are working on right now.

don't think of the demo as production, it's just a test server with some dummy data, where you can play around with features of webo.

as open source projects we welcome all the help and as many pull requests as possible :)

Would you like to publish the demo data to the repo as well, so we can test this app locally with some relevant data loaded? Thanks!
it's available.. it's actually loaded for you by vagrant as fixtures..

the actual command it runs is: doctrine:fixtures:load

(which are in the Fixtures bundle).

the script which setups the demo data is located in vagrant/puphpet/files/exec-once

if you don't use vagrant you'll need to run that sort of setup manually

And the actual data is here - https://github.com/wealthbot-io/wealthbot/tree/master/src/We...

Here's some more info on working with Symfony's fixtures bundle - http://symfony.com/doc/current/bundles/DoctrineFixturesBundl...