EdCordata / quick-start

0 stars 0 forks source link

Quick Start

This is a repo to quickly start up new projects.


How to use?

Features can be added by simply using git. Some branch combinations may have some small conflicts, but you're a smart cookie.


What to do after manually merging branches?

After merging branches, you need you can use your favorite IDE to: 1) Find and replace the following words to rename the project to what you want:


Documentation

Some branches include others and even require other branches to be merged before them. See list bellow.

List of these requirements are listed bellow:

Branch name Branches included
rails-6
rails-6-pg rails-6
rails-6-mysql rails-6
rails-6-redis rails-6
rails-6-redis-resque rails-6, rails-6-redis
rails-6-bootstrap rails-6
rails-6-bootstrap-users rails-6, rails-6-bootstrap
rails-6-bootstrap-admin rails-6, rails-6-bootstrap
rails-6-bootstrap-admin-users rails-6, rails-6-bootstrap, rails-6-bootstrap-admin, rails-6-bootstrap-users


Branch features