Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zonyitoo/pomo-server
A pomodoro time management app's server
https://github.com/zonyitoo/pomo-server
Last synced: 3 months ago
JSON representation
A pomodoro time management app's server
- Host: GitHub
- URL: https://github.com/zonyitoo/pomo-server
- Owner: zonyitoo
- Created: 2013-12-02T09:09:19.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-09T17:45:23.000Z (about 11 years ago)
- Last Synced: 2023-07-31T15:00:57.471Z (over 1 year ago)
- Language: CSS
- Size: 359 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
Pomo Server
-----------A pomo server for Pomo App.
Dependences
===========* Revel_
.. _Revel: http://robfig.github.io/revel
* mgo_
.. _mgo: http://labix.org/mgo
* gomemcache_
.. _gomemcache: https://github.com/bradfitz/gomemcache
Usage
=====.. code:: bash
cd pomo-server
export GOPATH=$PWD # set current directory as $GOPATH
go get github.com/robfig/revel/revel # Get Revel web framework
export PATH=$PWD/bin:$PATH # Add bin directory to $PATH
go get labix.org/v2/mgo # Get mgo
go get github.com/bradfitz/gomemcache # Get gomemcache
revel run pomo-server