Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phpugl/dimetimetrackerfrontendbundle
DimeTimetracker Frontend Bundle [Backbone.js, Bootstrap]
https://github.com/phpugl/dimetimetrackerfrontendbundle
Last synced: 28 days ago
JSON representation
DimeTimetracker Frontend Bundle [Backbone.js, Bootstrap]
- Host: GitHub
- URL: https://github.com/phpugl/dimetimetrackerfrontendbundle
- Owner: phpugl
- Created: 2012-02-07T14:23:31.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2015-02-09T15:56:40.000Z (almost 10 years ago)
- Last Synced: 2024-11-18T09:54:43.457Z (about 2 months ago)
- Language: JavaScript
- Homepage: http://dime-timetracker.de/
- Size: 2.58 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.mkd
Awesome Lists containing this project
README
# Dime - TimetrackerFrontendBundle
A time tracker frontend based on Symfony2, Bootstrap and Backbone.js.
## General Proposal
Dime is a time tracker based on Symfony2. It provide an REST API and this Bundle will be the Frontend for it. At the moment we use Bootstrap as HTML framework and
Backbone.js as rest client.## Documentation
The bulk of the documentation is stored in the `Resources/doc/index.rst`
file in this bundle:[Read the Documentation](https://github.com/phpugl/DimeTimetrackerFrontendBundle/blob/master/Resources/doc/index.rst)
## Requirements
- RuianTwitterBootstrapBundle: https://github.com/ruian/TwitterBootstrapBundle
## Initialization
Take a look want to you have to setup for the RuianTwitterBootstrapBundle after the just do the following steps.
app/console twitter:compile v2
app/console assets:install --symlink --relative web
app/console cache:clear