Skip to content
This repository was archived by the owner on Sep 2, 2022. It is now read-only.

asi-wroclaw/finansowanie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Finansowanie

Build Status

Installation

Fast mode

  1. Install Docker (do not forget about managing Docker as non-root user), docker-compose and Ruby 2.6.5 or later.
  2. git clone https://github.com/asi-pwr/finansowanie.git && cd finansowanie.
  3. docker-compose build && bin/setup.
  4. The application should be accessible under http://localhost:3000.

Sample user

Login: [email protected] Password: password

Development

Running things inside the container

Run the following:

docker-compose run --rm <thing you want to run>

For example:

docker-compose run --rm bin/rails g model SuperModel name:string

Stop and start scripts

Use bin/start and bin/stop respectively.

Problems with permissions?

sudo chmod $USER:$USER -R . in the project directory.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published