Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
loqimean authored Nov 28, 2024
2 parents 5325807 + 083b1cb commit 6636e3c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 16 deletions.
1 change: 0 additions & 1 deletion Capfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@ require "capistrano/passenger"
require "capistrano/rails_tail_log"
require "capistrano/rails"
require "capistrano/rvm"
# require "capistrano/rbenv"

Dir.glob("lib/capistrano/tasks/*.rake").each { |r| import r }
24 changes: 9 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,32 +12,26 @@ Zero Waste Lviv is a Public Organization that works on the implementation of was
In order to attract attention to financial and ecological consequences of disposable diaper usage it is planned to create a module that will calculate budget spent on diapers and calculations of the future expenses. As visual representation it is planned to show the volume of waste that was made during usage of disposable diapers for one child.

- [Deployed Apps and Environments](#deployed-apps-and-environments)
- [Required to install](#required-to-install)
- [Installation](#installation)
- [Required to install](#Required-to-install)
- [Clone](#Clone)
- [Local setup](#Setup)
- [How to run local](#How-to-run-local)
- [Usage](#Usage)
- [How to run Rubocop](#How-to-run-Rubocop)
- [Git-hook pre-commit](#Git-hook-pre-commit)
- [Usage](#usage)
- [Contributing](#contributing)

## Deployed Apps and Environments

The latest version from the 'develop' branch is automatically deployed to stage environment in Render, [staging link](https://zero-waste-staging.onrender.com/).
The latest version from the 'develop' branch is automatically deployed to stage environment in Render, [staging link](http://51.44.25.104/en).
The latest version from the release branch 'master' is automatically deployed to Production environment, [production link](http://calc.zerowastelviv.org.ua/).

## Installation

- Start the project locally

# Required to install
## Required to install

- Ruby 3.3.5
- Ruby on Rails 7.1.2
- PostgreSQL 12
- Puma as a web server
- Yarn
- Bootstrap

## Installation

## Clone

Expand Down Expand Up @@ -161,7 +155,7 @@ $ `yarn install`

# Usage

# How to run Rubocop
### Rubocop

Running rubocop with no arguments will check all Ruby source files in the current folder:

Expand All @@ -175,7 +169,7 @@ For more details check the available command-line options:

$ `rubocop -h`

# Git-hook pre-commit
### Git-hook pre-commit

Before using `git-hook-pre-commit` you need to install `sudo apt-get install cmake`

Expand Down

0 comments on commit 6636e3c

Please sign in to comment.