An open API service indexing awesome lists of open source software.

https://github.com/romanzaycev/hackathon-boilerplate


https://github.com/romanzaycev/hackathon-boilerplate

beanstalkd roadrunner vagrant

Last synced: 5 months ago
JSON representation

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