https://github.com/romanzaycev/hackathon-boilerplate
https://github.com/romanzaycev/hackathon-boilerplate
beanstalkd roadrunner vagrant
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/romanzaycev/hackathon-boilerplate
- Owner: romanzaycev
- License: mit
- Created: 2019-07-22T18:16:55.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-29T05:35:46.000Z (about 6 years ago)
- Last Synced: 2025-02-17T14:48:08.287Z (8 months ago)
- Topics: beanstalkd, roadrunner, vagrant
- Language: PHP
- Size: 55.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Hackathon boilerplate
## Tools and frameworks:
* Lumen framework (under RoadRunner)
* Phinx
* PHPUnit/Mockery
* Reactjs## Boxed:
* Debian 10
* Nginx 1.14.2
* Postgresql 11
* PHP 7.3.4
* Composer 1.8.6
* Nodejs 12.6.0
* NPM 6.9.0
* FFMPEG 4.1.3
* Python 3.7.3 (available as `python3`)
* with PIP 18.1 (available as `pip3`)
* Beanstalkd 1.10
* with Aurora 2.2
* Memcached 1.5.6## Install:
```bash
mkdir hackathon
cd hackathon
git clone https://github.com/romanzaycev/hackathon-boilerplate.git .
vagrant up && vagrant ssh
# \/\/\/ Inside VM \/\/\/
cd ~/hackathon && composer install
./vendor/bin/rr get-binary
chmod +x start-dev.sh
./start-dev
```### Vbguest
```bash
vagrant plugin install vagrant-vbguest
```## Default settings:
* IP: 192.168.55.11
* Pgsql: vagrant:vagrant@192.168.55.11:54322
* Beanstalkd: *:11300
* Aurora web interface: http://192.168.55.11:3011