Skip to content

CMDBrew/rails-mock_project

Repository files navigation

README

Setup

  • Open .bash_profile
  • Create(reference) and insert the following in the file
    # Set Github API TOKEN
    export GITHUB_API_TOKEN='YOUR_GITHUB_ACCESS_TOKEN';
  • reload .bash_profile . ~/.bash_profile

Installation

  • Clone this repo
  • $ rm -rf .git
  • $ git init
  • $ bundle install
  • $ rails g rename:app_to [YOUR_APP_NAME]
  • Create an .env file for all development environment variables.
  • Go to database.yml and change your database names
  • $ rake db:create
  • $ rake db:migrate
  • $ rails generate active_admin:install
  • $ rake db:migrate
  • $ rails generate material_active_admin:install
  • $ rake db:seed
  • $ git add -A
  • $ git commit -m 'Initial Setup'
  • $ bundle install --gemfile=.overcommit_gems.rb
  • $ chmod +x bin/setup_overcommit
  • $ overcommit --install

CSS Guides

Backend Admin Panel

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published