Skip to content

chromee/capriccio

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
app
 
 
bin
 
 
 
 
db
 
 
lib
 
 
log
 
 
 
 
tmp
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Capriccio

Requirements

Getting Started

git clone https://github.com/chromee/capriccio
cd capriccio
cp .env.example .env
docker-compose up -d
docker-compose exec rails rake db:setup

# Open http://localhost:3000 on browser!

Dev

 docker-compose run --service-ports rails

Memo

# if assets are not loaded.
docker-compose run rails bundle exec rake assets:clobber RAILS_ENV=production
docker-compose run rails bundle exec rake assets:precompile RAILS_ENV=production
docker-compose restart