Code Monkey home page Code Monkey logo

timecop's Introduction

timecop

They killed his wife ten years ago. There's still time to save her. Murder is forever... until now.

About

Bootstrap an Apache/PostgreSQL/ZF2/Ember-CLI application using Vagrant.

Getting Started

  • Install Virtualbox (4.3.10+) and Vagrant
sudo apt-get install virtualbox vagrant
  • Install Vagrant plugins
vagrant plugin install vagrant-vbguest
vagrant plugin install vagrant-hostmanager
  • Start the VM
cd /vm
vagrant up
  • Go grab some coffee

Project Components

VM

  • All the vagrant resources live here

API

  • A Zend Framework 2 application intended to be a RESTful API for TimeCop
  • Doctrine Documentation
  • ZF2 Documentation
  • Doctrine Migrations:
    • Scaffold: vendor/bin/doctrine-module migrations:diff
    • Migrate: vendor/bin/doctrine-module migrations:migrate

Web

  • The web frontend of TimeCop - it's an Ember application
  • We're using Ember-CLI specifically. But why?
  • Setup local development
sudo apt-get update
sudo apt-get install nodejs npm
cd /path/to/project/web
npm install -g ember-cli
npm install -g bower
npm install -g phantomjs
ember server --proxy http://timecop.com/api

Misc. Info

  • Database
    • Host 192.168.50.4
    • Port 5432
    • Db Name timecop
    • User timecop
    • Password jcvd
  • API
    • URL http://timecop.com/api
  • Web
    • Latest build http://timecop.com
    • Local build http://localhost:4200
    • Logs /vm/logs/apache2
  • Accessing Your VM
cd /path/to/vm
vagrant ssh
# mapped folder is at: /srv/workspace

timecop's People

Contributors

jonpitch avatar jalandis avatar

Watchers

James Cloos avatar  avatar  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.