Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ali2210/rubyarch


https://github.com/ali2210/rubyarch

Last synced: 9 days ago
JSON representation

Awesome Lists containing this project

README

        

# rubyarch

# install ruby on your machine (only for linux os)

Steps 1: Install rbenv and Dependencies [make sure version >= 3.0.0 or < 3.3.6]
https://www.digitalocean.com/community/tutorials/how-to-install-ruby-on-rails-with-rbenv-on-ubuntu-20-04

Steps 2 : rails new appname #(create demo app)
Steps 3 : rails server #(initiate server : 3000)