Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Post History

60%
+1 −0
#2: Post edited by (deleted user) · 2021-06-19T12:01:57Z (almost 3 years ago)
  • I am adding some more information on <a href="prerequisites">prerequisites</a>.
  • For Arch-Based Linux :
  • ```bash
  • sudo pacman -Syyu
  • sudo pacman -Sy gcc
  • sudo pacman -Sy make
  • sudo pacman -Sy ruby autoconf bison base-devel ruby unixodbc
  • sudo pacman -Sy openssl
  • sudo snap install mysql --beta Or, sudo pacman -S mysql
  • ```
  • For Windows :
  • You have to follow following [method](https://stackify.com/install-ruby-on-windows-everything-you-need-to-get-going/) to get started.
  • 1. Install [RubyInstaller](https://rubyinstaller.org/).
  • 2. >You have run the following commands in command prompt(I forgot the name, simply called `cmd`) <br/>```gem install rails``` and, ```gem install bundler```
  • 3. Download and install [mysql](https://dev.mysql.com/downloads/installer/).
  • I am adding some more information on <a href="#prerequisites">prerequisites</a>.
  • For Arch-Based Linux :
  • ```bash
  • sudo pacman -Syyu
  • sudo pacman -Sy gcc
  • sudo pacman -Sy make
  • sudo pacman -Sy ruby autoconf bison base-devel ruby unixodbc
  • sudo pacman -Sy openssl
  • sudo snap install mysql --beta Or, sudo pacman -S mysql
  • ```
  • For Windows :
  • You have to follow following [method](https://stackify.com/install-ruby-on-windows-everything-you-need-to-get-going/) to get started.
  • 1. Install [RubyInstaller](https://rubyinstaller.org/).
  • 2. >You have run the following commands in command prompt(I forgot the name, simply called `cmd`) <br/>```gem install rails``` and, ```gem install bundler```
  • 3. Download and install [mysql](https://dev.mysql.com/downloads/installer/).
#1: Initial revision by (deleted user) · 2021-06-14T10:45:52Z (almost 3 years ago)
I am adding some more information on <a href="prerequisites">prerequisites</a>.

For Arch-Based Linux :

```bash
sudo pacman -Syyu
sudo pacman -Sy gcc
sudo pacman -Sy make
sudo pacman -Sy ruby autoconf bison base-devel ruby unixodbc
sudo pacman -Sy openssl
sudo snap install mysql --beta Or, sudo pacman -S mysql
```

For Windows :

You have to follow following [method](https://stackify.com/install-ruby-on-windows-everything-you-need-to-get-going/) to get started.

1. Install [RubyInstaller](https://rubyinstaller.org/).
2. >You have run the following commands in command prompt(I forgot the name, simply called `cmd`) <br/>```gem install rails``` and, ```gem install bundler```
3. Download and install [mysql](https://dev.mysql.com/downloads/installer/).