The Feedient repositories (Feedient/Client, Feedient/Server & Feedient/Vagrant) are the remnants of the feedient.com service which shut down on March 30th, 2015. No guarantees are given for any functionality – the features rely on third party API's from the social networks, which may have changed. There are various places where API tokens need to be filled in, for the web app to work.
As we do not have any plan of re-opening, and the project was just gathering dust, we decided to release all code and assets to the public. We do not have any intention of maintaining the repositories – they serve mainly as historic evidence. Feel free to use any code or design in any way you wish.
Original private repository readme follows below:
- Feedient's Vagrant box installed.
- Grunt CLI installed in the Vagrant box or your own computer
npm install -g grunt-cli
- Clone this repository as
feedient.com
to thewww
directory in your Vagrant folder, usinggit clone git@github.com:thebillkidy/Feedient-Client.git feedient.com
- Start Vagrant:
$ vagrant up local.feedient.com
- SSH into Vagrant
$ vagrant ssh local.feedient.com
- Run
$ sudo service nginx restart
to start the web server - Run
$ sudo supervisorctl start api_server
to start the Feedient server. - Install Gruntfile.js' dependencies:
$ npm install
- Run from Vagrant or your own computer (depending on where you installed it):
$ grunt
- Get your ass off the couch and start coding. 🐷
Our in-house client side framework is called Zeus. More information can be found in it's own repository.