Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/radiegtya/leoreq
https://github.com/radiegtya/leoreq
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/radiegtya/leoreq
- Owner: radiegtya
- Created: 2016-09-08T03:18:33.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-24T05:05:49.000Z (over 8 years ago)
- Last Synced: 2024-11-02T20:42:05.805Z (about 2 months ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
###HOW TO RUN DEVELOPMENT VERSION
- Install Git
```
apt-get install git-core
```- Cd to a directory and Clone this repo
```
git clone https://github.com/radiegtya/leoreq.git
```- Install meteor
```
curl https://install.meteor.com/ | sh
```- Install dependencies on targetted directory
```
meteor npm install
```- Run meteor on targetted directory
```
meteor
```- Check running development version on
```
http://localhost:3000
```- MongoDB automatically installed and running on http://localhost:3001
###How to run on production
- Using mupx, follow this link
https://github.com/arunoda/meteor-up/tree/mupx###REQUIREMENT
- Ubuntu 12 and up (best using 14)
- Mac oSx any
- No FUCKIN WINDOWS!!!