News aggregator for data-driven projects for social good (like Hacker News) Built on TelelescopeJS (http://telesc.pe) and meteorJS
Mac:
To Set up the application in your local system
-
Clone the repository
git clone
-
Install Meteor using curl
-
Install Meteorite to set up all the dependencies (assuming npm is already installed)
npm install -g meteorite
-
Run the following command
$mrt update
-
Run $meteor to run the application in your local system
Linux:
linux Ubuntu 14.04 LTS
-
install git:
sudo add-apt-repository ppa:git-core/ppa sudo apt-get update sudo apt-get install git
-
clone d4g
git clone https://github.com/datracka/dataforgood_restyling.git
-
install meteor
sudo apt-get install curl curl https://install.meteor.com/ | sh
-
install meteorite
sudo apt-get install npm sudo -H npm install -g meteorite sudo ln -s /usr/bin/nodejs /usr/bin/node
-
run meteorite
mrt
-
run meteor
meteor