Skip to content
This repository was archived by the owner on Apr 18, 2023. It is now read-only.

Commit 6a2dce1

Browse files
committed
Add pry codenvy notes
1 parent 15e7af6 commit 6a2dce1

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

SETUP.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,21 @@
11
## Preferred OS: MacOS or Linux
22

3-
##Software:
3+
## Software:
4+
45
- Ruby 2.3.3 downloaded from https://www.ruby-lang.org/en/downloads/ or using operating system package manager
56
- Latest version of bundler installed via `gem install bundler` inside of your Ruby 2.3 install
67
- sqlite3 for a development database (https://sqlite.org/download.html)
8+
- Version of pry for a good REPL experience (via `gem install pry`)
79
- `rails new sample_app` to confirm basic gem setup succeeds.
810
- RubyInstaller DevKit if Windows users run into trouble with a Rails setup: http://rubyinstaller.org/add-ons/devkit/
911
- A programmer's text editor: Atom, VSCode, Sublime, TextMate, Vim, Emacs, etc.
10-
Did you want the hour by hour schedule for the website as well?
12+
Did you want the hour by hour schedule for the website as well?
1113

1214
### Alternative setup for users without access to a solid Ruby install
13-
- [C9.io](https://c9.io/) workspaces to be configured and distributed by instructors before the start of course.
15+
16+
- [Codenvy.io](https://codenvy.io) workspaces to be configured and distributed by instructors before the start of course.
17+
18+
```bash
19+
gem install pry
20+
gem install rb-readline
21+
```

0 commit comments

Comments
 (0)