Skip to content

ihortok/organizer_sinatra

Repository files navigation

Organizer

Requirements

  • ruby 2.7.5p203
  • bundler 2.1.4
  • sqlite3 3.31.1
  • nodejs >= 4.18.3

Setup

clone the repository and go to the organizer folder:

git clone git@github.com:AronnaxSpace/organizer.git
cd organizer

create .env file and copy the .env.example content into it

install ruby:

rbenv install 2.7.5

install nodejs, npm and yarn:

sudo apt update
sudo apt install nodejs npm
npm install --global yarn

install sqlite3 and libsqlite3-dev

sudo apt install sqlite3 libsqlite3-dev

install bundler:

gem install bundler

install ruby dependencies:

bundle install

install js dependencies:

yarn install

set database:

rake db:setup

Run application

run these commands in 2 parallel terminal sessions:

shotgun
yarn run dev

About

Simple organizer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published