heroku 예문
- First we'll create a new Heroku application. terminal
우선, Heroku 어플리케이션을 새로 만듭니다. terminal - First we'll create a new Heroku application. terminal
우선, Heroku 어플리케이션을 새로 만듭니다. terminal - Now that we're authenticated we can deploy Copycopter Server to Heroku.
이제 인증된 상태이므로 Copycopter 서버를 Heroku로 배포할 수 있습니다. - We'll use this command now to log in to our Heroku account. terminal
여기서 이 명령을 이용해서 Heroku 계정에 로그인합니다. terminal - We'll use this command now to log in to our Heroku account. terminal
여기서 이 명령을 이용해서 Heroku 계정에 로그인합니다. terminal - After doing this we should be able to run heroku create without any errors.
이후에 아무런 에러없이 heroku create 명령을 실행할 수 있어야 합니다. - After doing this we should be able to run heroku create without any errors.
이후에 아무런 에러없이 heroku create 명령을 실행할 수 있어야 합니다. - Finally it's worth noting that one Copycopter server can manage multiple projects so if we have another site we can run heroku run rake copycopter:project again with a different project name.
마지막으로 주목할 만한 것은 하나의 Copycopter 서버로 여러개의 프로젝트를 관리할 수 있어서 또 다른 사이트가 있을 경우 다른 프로젝트명으로 다시 heroku run rake copycopter:project 명령을 실행할 수 있다는 것입니다. - Finally it's worth noting that one Copycopter server can manage multiple projects so if we have another site we can run heroku run rake copycopter:project again with a different project name.
마지막으로 주목할 만한 것은 하나의 Copycopter 서버로 여러개의 프로젝트를 관리할 수 있어서 또 다른 사이트가 있을 경우 다른 프로젝트명으로 다시 heroku run rake copycopter:project 명령을 실행할 수 있다는 것입니다.