Another newbie question here. How does scalr copy files and mods over from the first machine? Is it automatic or do I need to script installs and such on hostup? For example: on App-Server-1, I apt-get install php5-gd and git clone my websites onto my vhosts and change the websites folder permissions to their appropriate settings. Then I use the site and maybe upload an image to the image folder. now because of autoscaling, a new instance is started. Does all that get cloned over automatically, or do I need to setup a "hostup" script to do so on every instance creation? John
On Thu, Oct 11, 2012 at 6:57 PM, otherjohn <john.ham...@gmail.com> wrote:
> Another newbie question here.
> How does scalr copy files and mods over from the first machine? Is it
> automatic or do I need to script installs and such on hostup?
> For example:
> on App-Server-1, I apt-get install php5-gd and git clone my websites onto
> my vhosts and change the websites folder permissions to their appropriate
> settings. Then I use the site and maybe upload an image to the image folder.
> now because of autoscaling, a new instance is started. Does all that get
> cloned over automatically, or do I need to setup a "hostup" script to do so
> on every instance creation?
> John
> --
> You received this message because you are subscribed to the Google Groups
> "scalr-discuss" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/scalr-discuss/-/DNmc5FWopHUJ.
> To post to this group, send email to scalr-discuss@googlegroups.com.
> To unsubscribe from this group, send email to
> scalr-discuss+unsubscribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/scalr-discuss?hl=en.
On Thu, Oct 11, 2012 at 7:33 PM, otherjohn <john.ham...@gmail.com> wrote:
> So to clarify, after any changes I make on the first server (or any server
> thereafter) I should make sure a snapshot is taken so that new instances
> are created?
> Is there anything that is not copied over on snapshots?
> John
> On Thursday, October 11, 2012 10:10:49 PM UTC-4, Sebastian Stadil wrote:
>> It's done through snapshots of the running server.
>> On Thu, Oct 11, 2012 at 6:57 PM, otherjohn <john....@gmail.com> wrote:
>>> Another newbie question here.
>>> How does scalr copy files and mods over from the first machine? Is it
>>> automatic or do I need to script installs and such on hostup?
>>> For example:
>>> on App-Server-1, I apt-get install php5-gd and git clone my websites
>>> onto my vhosts and change the websites folder permissions to their
>>> appropriate settings. Then I use the site and maybe upload an image to the
>>> image folder.
>>> now because of autoscaling, a new instance is started. Does all that get
>>> cloned over automatically, or do I need to setup a "hostup" script to do so
>>> on every instance creation?
>>> John
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "scalr-discuss" group.
>>> To view this discussion on the web visit https://groups.google.com/d/** >>> msg/scalr-discuss/-/**DNmc5FWopHUJ<https://groups.google.com/d/msg/scalr-discuss/-/DNmc5FWopHUJ>
>>> .
>>> To post to this group, send email to scalr-...@googlegroups.com**.
>>> To unsubscribe from this group, send email to scalr-discus...@**
>>> googlegroups.com.
> To post to this group, send email to scalr-discuss@googlegroups.com.
> To unsubscribe from this group, send email to
> scalr-discuss+unsubscribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/scalr-discuss?hl=en.
On Thursday, October 11, 2012 10:45:24 PM UTC-4, Sebastian Stadil wrote:
> Correct. I'd encourage you to read up on the Amazon documentation to get > an understanding of how the system works.
> On Thu, Oct 11, 2012 at 7:33 PM, otherjohn <john....@gmail.com<javascript:> > > wrote:
>> So to clarify, after any changes I make on the first server (or any >> server thereafter) I should make sure a snapshot is taken so that new >> instances are created? >> Is there anything that is not copied over on snapshots? >> John
>> On Thursday, October 11, 2012 10:10:49 PM UTC-4, Sebastian Stadil wrote:
>>> It's done through snapshots of the running server.
>>> On Thu, Oct 11, 2012 at 6:57 PM, otherjohn <john....@gmail.com> wrote:
>>>> Another newbie question here. >>>> How does scalr copy files and mods over from the first machine? Is it >>>> automatic or do I need to script installs and such on hostup? >>>> For example: >>>> on App-Server-1, I apt-get install php5-gd and git clone my websites >>>> onto my vhosts and change the websites folder permissions to their >>>> appropriate settings. Then I use the site and maybe upload an image to the >>>> image folder. >>>> now because of autoscaling, a new instance is started. Does all that >>>> get cloned over automatically, or do I need to setup a "hostup" script to >>>> do so on every instance creation? >>>> John
>>>> -- >>>> You received this message because you are subscribed to the Google >>>> Groups "scalr-discuss" group. >>>> To view this discussion on the web visit https://groups.google.com/d/** >>>> msg/scalr-discuss/-/**DNmc5FWopHUJ<https://groups.google.com/d/msg/scalr-discuss/-/DNmc5FWopHUJ> >>>> . >>>> To post to this group, send email to scalr-...@googlegroups.com**. >>>> To unsubscribe from this group, send email to scalr-discus...@** >>>> googlegroups.com.
>> To post to this group, send email to scalr-...@googlegroups.com<javascript:> >> . >> To unsubscribe from this group, send email to >> scalr-discus...@googlegroups.com <javascript:>. >> For more options, visit this group at >> http://groups.google.com/group/scalr-discuss?hl=en.
On Thu, Oct 11, 2012 at 7:49 PM, otherjohn <john.ham...@gmail.com> wrote:
> Thanks for the help! As far as I am concerned, scalr is really done with
> magic, and you all are wizards!
> huzzahhh!
> On Thursday, October 11, 2012 10:45:24 PM UTC-4, Sebastian Stadil wrote:
>> Correct. I'd encourage you to read up on the Amazon documentation to get
>> an understanding of how the system works.
>> On Thu, Oct 11, 2012 at 7:33 PM, otherjohn <john....@gmail.com> wrote:
>>> So to clarify, after any changes I make on the first server (or any
>>> server thereafter) I should make sure a snapshot is taken so that new
>>> instances are created?
>>> Is there anything that is not copied over on snapshots?
>>> John
>>> On Thursday, October 11, 2012 10:10:49 PM UTC-4, Sebastian Stadil wrote:
>>>> It's done through snapshots of the running server.
>>>> On Thu, Oct 11, 2012 at 6:57 PM, otherjohn <john....@gmail.com> wrote:
>>>>> Another newbie question here.
>>>>> How does scalr copy files and mods over from the first machine? Is it
>>>>> automatic or do I need to script installs and such on hostup?
>>>>> For example:
>>>>> on App-Server-1, I apt-get install php5-gd and git clone my websites
>>>>> onto my vhosts and change the websites folder permissions to their
>>>>> appropriate settings. Then I use the site and maybe upload an image to the
>>>>> image folder.
>>>>> now because of autoscaling, a new instance is started. Does all that
>>>>> get cloned over automatically, or do I need to setup a "hostup" script to
>>>>> do so on every instance creation?
>>>>> John
>>>>> --
>>>>> You received this message because you are subscribed to the Google
>>>>> Groups "scalr-discuss" group.
>>>>> To view this discussion on the web visit https://groups.google.com/d/* >>>>> *ms**g/scalr-discuss/-/**DNmc5FWopHUJ<https://groups.google.com/d/msg/scalr-discuss/-/DNmc5FWopHUJ>
>>>>> **.
>>>>> To post to this group, send email to scalr-...@googlegroups.com**.
>>>>> To unsubscribe from this group, send email to scalr-discus...@**
>>>>> googlegroups.**com.
>>> To post to this group, send email to scalr-...@googlegroups.com**.
>>> To unsubscribe from this group, send email to scalr-discus...@**
>>> googlegroups.com.
>>> For more options, visit this group at http://groups.google.com/** >>> group/scalr-discuss?hl=en<http://groups.google.com/group/scalr-discuss?hl=en>
>>> .
> To post to this group, send email to scalr-discuss@googlegroups.com.
> To unsubscribe from this group, send email to
> scalr-discuss+unsubscribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/scalr-discuss?hl=en.