Skip to content

Commit

Permalink
More things
Browse files Browse the repository at this point in the history
  • Loading branch information
noelrappin committed Apr 19, 2019
1 parent 2e6e9a4 commit 02763b3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
8.16.0
17 changes: 12 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@

This code base is for use during the [2019 RailsConf Stimulus workshop](https://railsconf.com/program/workshops#session-781)

In order to run this application, you need SQLlite on your
machine.
In order to run this application, you need SQLite on your
machine. The application comes with a pre-seeded SQLite database.

This application was developed with Ruby 2.6.2, but should run with any
version of Ruby 2.5 and up (which is the prerequisite for Rails 6.0)
This application does not specify a Ruby version, for ease of install.
It was developed with Ruby 2.6.2, but should run with any
version of Ruby 2.5 and up (which is the prerequisite for Rails 6.0).

In order to get set up, you should do the following

Expand All @@ -18,7 +19,13 @@ In order to get set up, you should do the following
6. You should see a webpage that looks like a schedule


If you wish to use Docker, you can run
There is also a Docker setup. Please note that Noel will be much less
likely to troubleshoot docker issues.

To use Docker:

1. `docker-compose up`
1. Wait....it will take a while before the app is running.
1. Go to http://localhost:3000

You should be able to edit the files normally.

0 comments on commit 02763b3

Please sign in to comment.