An open API service indexing awesome lists of open source software.

https://github.com/eces/ecesly.com

SORAN-like Yet Another Service - ecesly.com
https://github.com/eces/ecesly.com

Last synced: about 1 year ago
JSON representation

SORAN-like Yet Another Service - ecesly.com

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/eces/ecesly.svg?branch=master)](https://travis-ci.org/eces/ecesly)

#ecesly.com

0. `npm install`
0. `bower update`
0. `migrate up` 데이터베이스 마이그레이션을 진행합니다.
0. `grunt test` 테스트를 합니다.
0. `grunt test-verbose` 서버 로그를 테스트에 표시합니다.
0. `grunt serve` coffee, less 소스코드를 watch-compile하고 파일이 변경되었으면 서버를 restart합니다.
0. `grunt compile` 소스코드를 compile, minify합니다.
0. `grunt deploy` master 소스저장소를 불러와 서버에 디플로이합니다. **다음과 같은 SSH 설정이 반드시 필요합니다.** [SSH Configuration](https://github.com/eces/ecesly.com/wiki/SSH-Configuration)