0.0.1
This dashboard uses some open source packages:
this requires Node.js v4.4+ to run.
Open your favorite Terminal and run these commands.
Want to contribute? Great!
First Tab:
$ node app
cd
intodashboard
git branch
to verify that you're on the branchmaster
git fetch
git pull --rebase
pm2 restart dashboard
to restart the application
You can use pm2 list
to see the application status.
If you're not successful at step #4, you may have to resolve conflicts or git stash
You can use pm2 logs dashboard
to see all logs of dashboard.
Awesome stuff, Hell Yeah!
mongoimport -d dash_test --collection school --type csv --file school_data.csv --headerline
mongoimport -h 34.230.165.196 -d test --collection survey --file data_test1.json
ssh -i /Users/himanshujain/Downloads/btweb.pem ubuntu@34.230.165.196
db.copyDatabase("db_to_rename","db_renamed","localhost")
ssh -p 7822 eduasses@eduassessmentdata.net
sudo mongod --dbpath /var/lib/mongodb
scp -r -i /Users/himanshujain/Downloads/btweb.pem ubuntu@34.230.165.196:dump dump
mongodump -h 34.230.165.196 --db test --collection survey --gzip