Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vayan/11meal
11Meal Android app
https://github.com/vayan/11meal
Last synced: 2 days ago
JSON representation
11Meal Android app
- Host: GitHub
- URL: https://github.com/vayan/11meal
- Owner: vayan
- Created: 2014-04-26T01:29:21.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-05-20T14:32:53.000Z (over 10 years ago)
- Last Synced: 2025-01-22T08:12:33.376Z (8 days ago)
- Language: Java
- Homepage:
- Size: 4.72 MB
- Stars: 1
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
11Meal
======# How to install Server :
* Install go : http://golang.org/
* Create a new folder somewhere e.g : /foo/bar
* Create an env with this folder GOPATH=/foo/bar
* `go get` all the dep. (see below)
* `cd $GOPATH`
* `mkdir src/github.com/vayan/`
* `cd src/github.com/vayan/`
* `git clone [email protected]:vayan/11Meal.git`
* `cd 11Meal`
* `git checkout backend-master`
* `cd $GOPATH`
* Create a config file (see server.cfg.example)
* `go install github.com/vayan/11Meal && ./bin/11Meal path/to/config/file.cfg`and bravo the project is running :)
# Dep :
`go get github.com/coopernurse/gorp`
`go get github.com/gorilla/mux`
`go get github.com/gorilla/schema`
`go get github.com/mattn/go-sqlite3`
`go get github.com/jimlawless/cfg`