Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ali2210/rubyarch
https://github.com/ali2210/rubyarch
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ali2210/rubyarch
- Owner: ali2210
- Created: 2024-03-11T16:32:27.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-16T21:58:45.000Z (6 months ago)
- Last Synced: 2024-05-21T04:55:40.116Z (6 months ago)
- Language: Ruby
- Size: 10.1 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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)