Git Product home page Git Product logo

timerboard's Introduction

BraveCollective TimerBoard

This timerboard is designed to integrate directly with the eve static data dump and provide a robust timer tracking dashboard.

Installation

Requirements

  • PHP 5.4.4 or greater
  • Mysql 5.5.34 or greater
  • Nginx 1.4.1 or greater

Steps to install

  • Configure nginx for PHP-Fpm Access. Look at a guide like this to get PHP + Nginx working correctly: http://www.rackspace.com/knowledge_center/article/installing-nginx-and-php-fpm-setup-for-nginx)
  • Checkout the repo to your desired location
  • Create a nginx server file that points the root to the repo's public folder.
  • Create 2 MySQL Databases, one for the timer board and one for the Eve Static Data Dump.
  • Make a MySQL user that has global privileges on both databases and put the connection info in the app/config/database.php file.
  • Import the MySQL static data dump from (https://www.fuzzwork.co.uk/dump/) into one of the databases.
  •         The Eve Static Data database must be the connection that's named eve_data. (https://www.fuzzwork.co.uk/dump/mysql-latest.tar.bz2)
  • In a MySQL Database Manager, add standard indexes to all the fields in the 'mapdenormalize' table (see example SQL file: add_indexes.sql).
  • Configure the app/config/database.php file with your database connection details.
  • Edit app/database/seeds/UserTableSeeder.php and setup your default username, email address and password
  • Edit app/config/app.php and put your domain name in the url property
  • Run "chmod 0755 setup update" and then "./setup" from the folder the repo was checked out in.
  • Make sure you see no errors, go to the domain name in a browser and try to login!

Upgrading

  • Run "./update" from the repo root to pull the latest version, all the latest packages, and migrate the DB with any changes.

Contributing To TimerBoard

Please fork the repo and submit your changes with a pull request :)

License

Brave Collective Core Services has been released under the MIT Open Source license.

The MIT License

Copyright (C) 2014 Matthew Glinski and contributors.

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 NON-INFRINGEMENT. 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.

timerboard's People

Contributors

acidity avatar kiu avatar mglinski avatar seandsanders avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.