Skip to content

znamenica/allslavic

Repository files navigation

README

This README would normally document whatever steps are necessary to get the application up and running.

Status

Homepage Website allslavic.org GitHub GitHub tag Open Source? Yes! GPLv2 license Rails Style Guide Codacy Badge Build Status PRs Welcome Telegram

Requirements

These requirements are for the ALT linux server:

  1. libhiredis-devel
  2. libsnappy-devel
  3. redis
  4. xclip
  5. sidekiq
  6. postgresql14-server-devel
  7. postgresql14-server

Install requirements by single line:

apt-get install libhiredis-devel libsnappy-devel redis xclip sidekiq postgresql14-server-devel postgresql14-server

Setup

$ cap production setup

Restart server

$ cap production deploy:restart

Deploy

$ cap production deploy

Deploy with a server restart

$ cap production deploy deploy:restart