Skip to content

MasaCode/scheduler

Repository files navigation

Scheduler Server Applciation

This application is to manage your work time scheduler and hope to make it better for you

Setting up project

Step 1 Clone project from the GitHub repository

  • Clone project by git clone {your repository url}

Step 2 create config files

  • Create database.yml by cp config/database.yml.example config/database.yml
  • get master.key and put it in config/

Step 3 Build docker image

  • Build docker image by docker-compose build

Step 4 Migrate database structure

  • Create database by docker-compose run app bundle exec rake db:create
  • Migrate database by docker-compose run app bundle exec rake db:migrate

Step 5 Create a environment file

  • Create it by cp .env.example .env
  • Set each variable to adjust your environment

Step 6 Start docker container

  • Start docker container by docker-compose up -d

Step 7 See rails project running

  • Access to localhost and see it running!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •