묻고답하기
영어잘하시는분 도움좀 주세요.....
2010.11.04 19:40
6) Now you need to create the following Cron Jobs. We use CURL to access the URLs, but contact me if you server doesn't have CURL installed.
These cron jobs should be set to run every minute, of every hour, or every day. Make sure the cronTime in the config is set to 1 also.
The 4 commands you need to set up are:
curl -s -o /dev/null http://www.domain.com/daemons/bidbutler
curl -s -o /dev/null http://www.domain.com/daemons/extend
curl -s -o /dev/null http://www.domain.com/daemons/autobid
curl -s -o /dev/null http://www.domain.com/daemons/close
If you are running the site on your local host, you can test these things by simply running the daemons directly on another browser
and set the cronTime to say 10 to keep it running.
7) You should now be able to access the website. Register on the website, and your account will be set to admin.
Once you have done this, turn turn the demoMode back to false.
외국 사이트에서 홈페이지소프트웨어를 받았는데요 설치중에 저부분들이 몰라서 글남김니다
홈페이지 만드는방법도 잘모르고해서 먼말인지 이해가 안돼네요....
아시는분 제발 어떻게 하는건지 가르처 주시면 감사하겟습니다
좋은하루 돼세요
6) 당신은 다음과 같은 CRON 잡을 생성켜야 합니다.
우리는 각각의 URL에 접근하기 위해서 CURL이라는것을 사용하는데
만약 당신에게 CURL이라는것이 인스톨 되어 있지 않으면 저에게 연락주세요.
이 CRON잡이라는 것은 매일매분마다 실행되게 세팅되어야 합니다.
또한 제어판에서 cronTime값이 1로 설정되어있는지 꼭 확인하세요.
다음 4개의 명령어가 당신이 셋업해야 하는 것들입니다.
curl -s -o /dev/null http://www.domain.com/daemons/bidbutler
curl -s -o /dev/null http://www.domain.com/daemons/extend
curl -s -o /dev/null http://www.domain.com/daemons/autobid
curl -s -o /dev/null http://www.domain.com/daemons/close
......
요약하자면,
홈페이지소프트웨어를 실행시킬려면
cronjob이란것을 생성시켜야 하는데, 이걸 생성하려면 CURL이란 것이 필요한가봅니다.
(없으시면 자기한테 연락달라네요)
있다는 전제하에 하셔야 할것들은...
1. 제어판에서 cronTime을 1로 셋업하기
2. CURL이라는 것을 이용하여 다음과 같은 명령어 입력하기
curl -s -o /dev/null http://www.domain.com(물론 여기에는 자기 웹싸이트주소를 써야겠죠?)/daemons/bidbutler
curl -s -o /dev/null http://www.domain.com(물론 여기에는 자기 웹싸이트주소를 써야겠죠?)/daemons/extend
curl -s -o /dev/null http://www.domain.com(물론 여기에는 자기 웹싸이트주소를 써야겠죠?)/daemons/autobid
curl -s -o /dev/null http://www.domain.com(물론 여기에는 자기 웹싸이트주소를 써야겠죠?)/daemons/close