Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Start Rails in one command

License

NotificationsYou must be signed in to change notification settings

the-teacher/rails-start

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rails Start

Rails Start!

"Rails Start" is a starter kit for Ruby on Rails applications, designed to help developers quickly set up a new project with essential features and best practices.

This project is a perfect choice for:

  • Enterprises looking to standardize their Rails application setup.
  • Freelancers and agencies to kickstart client projects.
  • Online education platforms to start teaching Ruby on Rails.
  • Individual developers who want a solid foundation for their Rails applications.

Requirements

  • Docker andDocker Compose installed on your machine.
  • git installed (usually comes pre-installed on MacOS and Linux).
  • make utility installed (usually comes pre-installed on MacOS and Linux).
  • WSL2 (For Windows users) with a Linux distribution (like Ubuntu) is recommended.

How to Use

🪟 Windows Requirements (Click to expand)

Prerequisites for Windows Users

Before proceeding, Windows users need to set up WSL2:

  1. Install WSL2 and Ubuntu (if not installed yet):

    Opencmd orPowerShell and run:

    wsl--installwsl--set-default-version2wsl--install-d Ubuntu
  2. Install make utility:

    RunWSL and installmake:

    wslsudo apt-get install -y make
  3. Continue with the installation steps below inside your WSL2 Ubuntu terminal.

Installation Steps

  1. Clone the repository:

    git clone https://github.com/the-teacher/rails-start.git
  2. Navigate to the project directory:

    cd rails-start
  3. Start the application:

    make rails-start

That's it! Very simple!

Now visit:http://localhost:3000 in your browser.

Rails Start Welcome Page

The Idea

  • Docker andDocker Compose for easy environment setup.
  • Makefiles to simplify commands and automate tasks.
  • DevContainer to make development environment consistent and easy to work with.
  • make rails-start the only command you need to start your project.

License

MIT License. 2023-2025. Ilya N. Zykin


[8]ページ先頭

©2009-2025 Movatter.jp