Repo for yacs data analysis.
-
Make sure you have docker running.
-
Build images and containers.
$ ./scripts/init.sh
Wait till you see the terminal says "MongoDB configured successfully. You may now connect to the DB."
- (If you have mongo installed)DB migration
$ cd ./scripts
$ ./db_migrate.sh
PS: For ppl who don't have mongo installed,use this to get into the mongo container, then cd into usr/src/scripts/
$ ./exec_mongo.sh
- Vola, you are all set!