tgallant / angular-tpd-vis

1 stars 1 forks source link

Clean build process is getting complicated #10

Closed seanastephens closed 9 years ago

seanastephens commented 9 years ago

This is starting to bug me a bit (say so if its not worth time fixing). Right now to get up and running you need to do at least part of:

sudo apt-get install python-pip
pip install -r requirements.txt
bash db_setup.bash
npm -g install
bower install && npm install
grunt serve

Is there a nice way to streamline that?

seanastephens commented 9 years ago

On second thought, this can wait til later. Its not by any means unmanagable yet.