rubyjax / RubyJaxRailsApi

https://ruby-jax.herokuapp.com
3 stars 1 forks source link

Ruby Jax Environment Setup Solution #24

Open MichaelDimmitt opened 6 years ago

MichaelDimmitt commented 6 years ago

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 commented 6 years ago

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