README update for more install stuff & running

master
E. Almqvist 3 years ago
parent 69ce7deb28
commit c669ba2e1d
  1. 2
      .bundle/config
  2. 5
      Gemfile.lock
  3. 7
      README.md

@ -1,2 +0,0 @@
---
BUNDLE_PATH: "vendor/bundle"

@ -9,7 +9,7 @@ GIT
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
activesupport (7.0.2.3) activesupport (7.0.2.4)
concurrent-ruby (~> 1.0, >= 1.0.2) concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2) i18n (>= 1.6, < 2)
minitest (>= 5.1) minitest (>= 5.1)
@ -83,9 +83,8 @@ DEPENDENCIES
sinatra-reloader sinatra-reloader
slim slim
sqlite3 sqlite3
webrick (~> 1.7)
yard (~> 0.9.27) yard (~> 0.9.27)
yard-sinatra! yard-sinatra!
BUNDLED WITH BUNDLED WITH
2.3.10 2.2.28

@ -1,10 +1,11 @@
# The Auction House # The Auction House
School project School project
## Install deps & preinit
`$ bundle config set --local path 'vendor/bundle' && bundle install`
## Starting the app ## Starting the app
`bundle exec rackup`. You can also pass a `debug` as first argument to enable SQL debug output. `$ bundle exec rackup`. You can also pass a `debug` as first argument to enable SQL debug output.
## Install deps
`bundle install`
Mirror: [git.wych.dev](https://git.wych.dev/the_auctionhouse.git) Mirror: [git.wych.dev](https://git.wych.dev/the_auctionhouse.git)

Loading…
Cancel
Save