https://github.com/alaaattya/recipy-dev-machine
Development machine for recipy app
https://github.com/alaaattya/recipy-dev-machine
Last synced: 4 months ago
JSON representation
Development machine for recipy app
- Host: GitHub
- URL: https://github.com/alaaattya/recipy-dev-machine
- Owner: AlaaAttya
- Created: 2017-06-09T01:58:40.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-22T00:56:39.000Z (almost 9 years ago)
- Last Synced: 2025-06-15T18:04:28.866Z (12 months ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# recipy-dev-machine
Development machine for recipy app
Prerequisites
- you need to have docker installed on your machine
- install docker-compose
Setup the docker machine:
- `docker-machine create recipy`
- `docker-machine env recipy`
- `eval $(docker-machine env recipy)`
Follow these steps to get the project running:
- clone this repo https://github.com/AlaaAttya/recipy-api to the following path "~/recipy-workspace/recipy-api"
- Then clone the current repo to "~/recipy-workspace/recipy-dev-machine"
- Then run the following command `docker-compose up`
- just wait ;)
Check if it's running
- run `docker-machine ip recipy` to get the docker machine local ip
- Then open your browser and hit the `{ip}:8090/ping`