Skip to content

Ruby Jax Environment Setup Solution #24

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
MichaelDimmitt opened this issue Dec 10, 2017 · 1 comment
Open

Ruby Jax Environment Setup Solution #24

MichaelDimmitt opened this issue Dec 10, 2017 · 1 comment
Assignees

Comments

@MichaelDimmitt
Copy link
Member

MichaelDimmitt commented Dec 10, 2017

No current Deadline set on this ticket.
peruse at your leisure.

Ruby Jax Environment Setup Solution added to website.

Mac/ Windows / Linux Users: (short term solution)

hopefully, @hogihung, will find some time.
Works for everyone with docker image except for Windows 7.

Nothing required for installation.

Windows 7 ... and backup for everyone else. (short term solution)

hopefully, @btonic, already made one. otherwise this solution is an open ticket.
Vagrant setup for ruby environment.

Will require user to have Virtual Box installed

Mac user... (Long term solution)

Homebrew instructions ... we got you! all of us are mac users. 😛

  1. put link from https://brew.sh/; to terminal.
  2. brew install rvm; brew install pianobar; 😛 cd project; gem install -g bundler;
    gem install -g rails;``bundle install

Linux user... (Long term solution)

@paulelliott, can probably help you out or @dl, ... they use linux 🐧 .
probably,
apt-get install ruby; cd project; gem install -g bundler; gem install -g rails;
bundle install;

Windows user ... (Long term solution)

... erm ... more to come ... probably just keep using the docker image solution. 👍 😛

@MichaelDimmitt
Copy link
Member Author

apparently ... vagrant is user friendly for a beginner but challenging when using node ...
"because node likes to symlink", which docker handles fine but vagrant sees as wonky

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants