Soongsil Computing Contest Club Homepage 숭실대학교 컴퓨터학부 소모임 SCCC 홈페이지 입니다.
Things you may want to cover:
-
Ruby version 2.3.1
-
System dependencies
-
Configuration
-
Database creation mysql > create database sccc_development CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci; create database sccc_test CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;
-
Database initialization
database.yml encoding: utf8mb4 collation: utf8mb4_unicode_ci
-
How to run the test suite
-
Services (job queues, cache servers, search engines, etc.)
-
Deployment instructions
-
...