Skip to content

Commit

Permalink
Add prepare AppRecommender data on init vagrant
Browse files Browse the repository at this point in the history
  • Loading branch information
LucianoPC committed May 13, 2016
1 parent e2c35a4 commit a5cff0f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions vagrant/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,8 @@ sudo apt-get install vim -y
echo "Install AppRecommender dependencies"
cd /vagrant
./install_dependencies.sh

echo "Prepare AppRecommender data"
cd /vagrant/src/bin
./apprec.py --init
./apprec.py --train

0 comments on commit a5cff0f

Please sign in to comment.