New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

github.com/elaron/scheduler

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/elaron/scheduler

  • v0.0.0-20170815023305-c077cec0bdf1
  • Source
  • Go
  • Socket score

Version published
Created
Source

scheduler

prepare enviorenment

install go env

1.install golang 1.8 on centos7.3

wget https://storage.googleapis.com/golang/go1.8.3.linux-amd64.tar.gz

tar -xzf go1.8.3.linux-amd64.tar.gz

mv go /usr/local

export GOROOT=/usr/local/go

export GOPATH=$HOME/Projects/Proj1

export GOPATH=$HOME/Projects/Proj1

install go packages

go get gopkg.in/olivere/elastic.v5

go get github.com/lib/pq

go get github.com/satori/go.uuid

install liteide

  1. download

https://sourceforge.net/projects/liteide

  1. unzip tar

tar jxvf litexxxxx.tar.bz2

  1. install qt env

yum install qt-x11

  1. move liteide to /usr/local

mv liteide /usr/local

  1. run liteide

cd /usr/local/liteide/bin

./liteide PATH_TO_YOUR_GO_PROJECT

install elasticsearch 5.5.1

wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-5.5.1.rpm

sudo rpm --install elasticsearch-5.5.1.rpm

sudo firewall-cmd --zone=public --add-port=9200/tcp --permanent

sudo firewall-cmd --reload

install postgresql 9.6

https://www.postgresql.org/download/linux/redhat/

configure

http://www.jianshu.com/p/7e95fd0bc91a

test scheduler

install python3 on centos7

pip3 install --upgrade pip

pip3 install psycopg2

pip3 install requests

FAQs

Package last updated on 15 Aug 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc