Skip to content

Quinncuatro/us_webtranet

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
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

US Federal Agency Intranet Framework

License

All source code in the US Federal Agency Intranet Framework is available under the Beerware License. See LICENSE.md for details.

Docker Image

This web app is available as a Docker image.

Getting started

To get started with the app, pull the image and spin up a container:

docker pull quinncuatro/us_webtranet

docker run -d -p 3000:3000 quinncuatro/us_webtranet rails s -p 3000 -b '0.0.0.0'

If you get an ActiveRecord::PendingMigrationError:

docker exec {{Container_Name}} bundle exec rake db:migrate RAILS_ENV=development

For more information, see the US Webtranet Repo.