Skip to content

gsamokovarov/rubybanitsa.com

Repository files navigation

Ruby Banitsa Build Status

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.

Development

Before running Ruby Banitsa on your local macOS machine, you need the following software:

Ready...

  • 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.

Steady...

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

Go!

Having the required software and environment setup run the development server with hivemind.

Development

Setup

Start the application.

bin/dev

About

Website for the Ruby Banitsa meetup.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published