mychapati / HubYard

Core Files for HubYard

Home Page:http://hubyard.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

!!! I've decided to temporarily abandon support of this project, I will still monitor pull requests.

HubYard

What is HubYard?

HubYard is a modern and sleek social media management platform. It assists you in viewing, connecting, and posting to an audience from a vareity of networks. The service can also be used to monitor and enjoy tons of free platforms.

Contributing

HubYard is built ontop of Node.js and MongoDB. The front end is rendered in a tonne of Jade. If you have a suggestion on a new front-end renderer I'm all ears.

Both the development and production environment are initialized the same way, please read the section below onto how to create one.

If you have any questions don't hesitate to contact us! Feel free to email us at contact@hubyard.com

Setting up an Environment

Step 1 Install MongoDB onto a local or remote server and recieve a connection string

Step 2 Do the following (This assumes you already have node.js & npm installed.)

git clone git@github.com:HubYard/HubYard.git hubyard
cd hubyard
npm install -d

Step 3 Navigate to /env and edit the production keys to your API keys.

(URL_Host) is your host aka http://localhost:4002

Step 4 Run and Enjoy (runs on localhost:4002)

node app.js

FYI: Not all of HubYard's code is Open Source

Why? Because it's sadly (not our) proprietary software. Things such as Google Analytics, Olark, and DataStack integrations are removed from the github release. This means that source releases may take longer to appear than when it updates on the website. Don't fret though. You don't need that software to be awesome and run this platform!

License

Copyright (c) 2013-2015 HubYard

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Core Files for HubYard

http://hubyard.com

License:MIT License


Languages

Language:JavaScript 59.2%Language:HTML 23.4%Language:CSS 17.4%