Skip to content

trln/demo-argon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

106 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo Argon

Deploys via capistrano. This is a rails application that followed the instructions from the trln_argon repository.

Developing With podman

A Dockerfile along with an entrypoint.sh and start script are provided. Build with

$ podman build . -t demo-argon:latest

and run with

$ ./start

This will run Rails in development mode.

To run in production mode,

$ ./start start-production

Which will run assets:precompile and set the server up to serve static files and allow connections from localhost.

About

Rails application employing the Argon engine for demonstration purposes

Resources

Stars

0 stars

Watchers

4 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors