Skip to content

Instantly share code, notes, and snippets.

@inoccu
Created April 30, 2013 00:59
Show Gist options
  • Save inoccu/5485977 to your computer and use it in GitHub Desktop.
Save inoccu/5485977 to your computer and use it in GitHub Desktop.
sudo useradd scheduler
passwd scheduler # パスワードを設定しておく
su - scheduler
tar xvzf scheduler_linux.1.3.12.2324.tar.gz
cd jobscheduler.1.3.12.2324/
./setup.sh # rootのパスワードを聞かれるので答えます
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment