Ruby Banitsa is a meetup in Sofia, Bulgaria. We get together in a casual setting, we munch a bit of fresh banitsa and talk about all those rubies.
Check our website for details about past and upcoming events.
Before running Ruby Banitsa on your local macOS machine, you need the following software:
- Ruby 3.2.2
- libvps
- nodejs v18
- yarn v1
- SQLite3
- hivemind
Install Ruby 3.2.2 with rbenv
, chruby
or asdf
. Use Homebrew for everything else:
brew install vips yarn hivemind
With the dependencies installed, setup the project itself with bin/setup
.
Clone the repo.
git clone [email protected]:gsamokovarov/rubybanitsa.com.git
Setup project environment.
bin/setup
After installing the dependencies, setup admin usage credentials by exporting:
export ADMIN_NAME=admin
export ADMIN_PASSWORD=admin
Having the required software and environment setup run the development server with hivemind
.
Start the application.
bin/dev