Giter Site home page Giter Site logo

sb-exe's Introduction

sb-exe

체크주기: 1분 마다 평일 주식시간
실행절차
    input
    line
    sbp-line-next
    sbp-stat-volume
빌드
$env:GOOS = 'linux'
$env:GOARCH = 'amd64'
go build -o bin/release main.go

실행
nohup ticker    > ticker.out &
nohup ticker test   > ticker.out &
chmod +x ./sb-exe/release

ec2 업로드 전 기존 프로세스 kill -9 p_id 시키기.
1. ssh -i "highserpot_stock.pem" [email protected]

scp -i "highserpot_stock.pem" bin/release  [email protected]:~/ sb-exe/release
nohup ./sb-exe/release    > sb-exe/nohup.out &

ticker 안될때

// ‘Seoul’ 파일 확인
$ ls /usr/share/zoneinfo/Asia

// Localtime 심볼릭 링크 재설정
$ sudo ln -sf /usr/share/zoneinfo/Asia/Seoul /etc/localtime

// 적용 확인
$ date

sb-exe's People

Contributors

cheolgyu avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.