https://github.com/abdizriel/reedsy
https://github.com/abdizriel/reedsy
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/abdizriel/reedsy
- Owner: Abdizriel
- Created: 2017-03-30T09:47:49.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-31T12:38:12.000Z (over 8 years ago)
- Last Synced: 2024-12-30T23:32:08.362Z (11 months ago)
- Language: JavaScript
- Size: 39.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Reedsy
> A simple job queue "fake" conversion file app with real-time notifications
## Requirements
* [Git](https://git-scm.com/)
* [NodeJS](https://nodejs.org) LTS
* [Ruby](https://www.ruby-lang.org/)
* SASS gem for Ruby `gem install sass`
* [Redis](https://redis.io/)
## How to install
1. Clone this repo `git clone git@github.com:Abdizriel/Reedsy.git`
2. Run `npm install`
3. Run `./node_modules/.bin/bower install`
4. Install Redis with default settings
## How to start
Make sure that you have set up those ENV variables:
* IP - IP Address where app needs to be started
* PORT - Port on which app needs to be started
* NODE_ENV - Type of run ENV
* REDIS_URI - Connection uri to Redis
Run `npm start`
## How to build
Run `npm build`