https://github.com/codeyellowbv/realtime-vagrant
Vagrant part for Realtime, our time tracking application
https://github.com/codeyellowbv/realtime-vagrant
Last synced: 10 months ago
JSON representation
Vagrant part for Realtime, our time tracking application
- Host: GitHub
- URL: https://github.com/codeyellowbv/realtime-vagrant
- Owner: CodeYellowBV
- Created: 2017-03-17T16:14:57.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-15T19:00:34.000Z (about 9 years ago)
- Last Synced: 2025-01-16T11:26:55.152Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# realtime-vagrant
This sets up a completely development-ready setup for [Realtime](https://github.com/CodeYellowBV/realtime).
## Requirements
- Vagrant (`1.7` or higher).
- VirtualBox, libvirt or QEMU.
- Something to do while waiting.
## Setup
Clone this repository and run `vagrant up`. Now wait. This can take very long, so please do something useful meanwhile and do not stare at the screen.
Also be sure to enter this in your /etc/hosts:
10.10.10.22 realtime.test
If you wish to start multiple instances, edit `server_ip` in Vagrantfile and
adjust the above line.
## Usage
After waiting for ages, you can enter the box with `vagrant ssh`.
Run the backend with `runbackend`.
Run the frontend with `runfrontend`.
Access the database with `psql -d realtime`.
See for some other executables the `scripts/bin` folder of this repository.