<div dir="ltr"><div style="color:rgb(0,102,0);font-family:tahoma,sans-serif" class="gmail_default">Hello everybody,</div><div style="color:rgb(0,102,0);font-family:tahoma,sans-serif" class="gmail_default"> </div><div style="color:rgb(0,102,0);font-family:tahoma,sans-serif" class="gmail_default">

Personally I use <a href="http://www.icdsoft.com">www.icdsoft.com</a> to store my websites since more than 10 year.</div><div style="color:rgb(0,102,0);font-family:tahoma,sans-serif" class="gmail_default">For 72$/year (48$/year if renewal) in economic !</div>

<div style="color:rgb(0,102,0);font-family:tahoma,sans-serif" class="gmail_default">It depends the volumes of storage and transfert (the business formule : 10$/m and 8$/m if renewal).</div><div style="color:rgb(0,102,0);font-family:tahoma,sans-serif" class="gmail_default">

 </div><div style="color:rgb(0,102,0);font-family:tahoma,sans-serif" class="gmail_default">There are new servers in Bulgaria for 4.6€/m but I don't yet use it (the support service is the same).</div><div style="color:rgb(0,102,0);font-family:tahoma,sans-serif" class="gmail_default">

<a href="http://www.icdsoft.com/hosting/shared/bulgaria">http://www.icdsoft.com/hosting/shared/bulgaria</a></div><div style="color:rgb(0,102,0);font-family:tahoma,sans-serif" class="gmail_default"> </div><div style="color:rgb(0,102,0);font-family:tahoma,sans-serif" class="gmail_default">

Economic and very competent support. T<span>hey answer questions</span> <span>in a few</span> <span>minutes, 24/24h 7/7d !</span></div><div style="color:rgb(0,102,0);font-family:tahoma,sans-serif" class="gmail_default"><span><span>I</span> <span>am very very</span> <span>satisfied with the</span> <span>service and support !!!</span></span></div>

<div style="color:rgb(0,102,0);font-family:tahoma,sans-serif" class="gmail_default"><span></span> </div><div style="color:rgb(0,102,0);font-family:tahoma,sans-serif" class="gmail_default"><span>King regards.</span></div>
<div style="color:rgb(0,102,0);font-family:tahoma,sans-serif" class="gmail_default">
<span><em>__Eddy__</em></span></div><div style="color:rgb(0,102,0);font-family:tahoma,sans-serif" class="gmail_default"><span></span> </div><div style="color:rgb(0,102,0);font-family:tahoma,sans-serif" class="gmail_default">

<span></span> </div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/9/10 Glenn Plas <span dir="ltr"><<a href="mailto:glenn@byte-consult.be" target="_blank">glenn@byte-consult.be</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

  
    
  
  <div text="#000000" bgcolor="#FFFFFF"><div class="im">
    <div>On 2013-09-10 14:08, Nicolas Pettiaux
      wrote:<br>
    </div>
    <blockquote type="cite">
      <div dir="ltr">
        <div>
          <div>
            <div>
              <div>Thanks. Could you contact him to ask ?<br>
                <br>
              </div>
              I propose to start considering to setup a Belgian OSM site
              in Dutch, French, English and German if we have enough
              people to translate in German. <br>
              <br>
            </div>
            Would Drupal be appropriate to setup such a multilingual
            site ? Do anyone of us know Drupal (or any other easy and
            well know tool that would do the job) or mediawiki ?<br>
            <br>
          </div>
          <div>What would be the hardware we need ? (CPUs, RAM, hard
            disk)</div>
        </div>
      </div>
    </blockquote>
    <br></div>
    It would totaly depend on what you mean by Belgian OSM site. <br>
    <br>
    I would personally not use drupal for such a site but use a
    framework (staying in the PHP realm here) like Laravel4 or
    Symphony2.    But that also depends on what I have in mind for such
    a site.   I do think Drupal and wordpress is overkill, I use
    wordpress for my personal blog just because I'm a developper , so by
    definition I'm lazy and don't want to spend too much time. 
    Drupal/Wordpress and the like are pretty much OK for a blog oriented
    site. <br>
    <br>
    You could run this from a 20$ per month linode (see
    <a href="https://www.linode.com/" target="_blank">https://www.linode.com/</a> ).  In fact, using nginx as a webserver,
    mariaDB instead of mysqlDB and spending a good chunk of time tuning
    it, you can run several sites easily.  I have like 10 of them on it
    and also a piwik instance (~= opensource version of what google
    analytics does).  So another 10 sites use it to store visitor data
    in in (just like analytics do it).   I do have some caching going on
    , good practise anyway as most of the files are just staticly served
    but come from <br>
    <br>
    If your goal is to start building up database, do tileserving or
    create nominatim DB's, the specs go up a lot.  Then you would arrive
    in the price for a cloud server range of a co-located server, cloud
    servers aren't suited either for heavy indexing,  a solution for
    that would be to use a something like a EBS device (elastic block
    store - see <a href="http://aws.amazon.com/ebs" target="_blank">http://aws.amazon.com/ebs</a> ) and is expensive.<br>
    <br>
    On the other hand, if you want a true 'beast' of a server, I would
    recommend (of course) linux + the Revodrive 3 x2 (personally I would
    get 2 of those and stripe them over the PCI bus) see 
    
    <a href="http://tweakers.net/serie/1908/revodrive-x2/" target="_blank">http://tweakers.net/serie/1908/revodrive-x2/</a><br>
    <br>
    That drive has insane specs compaired to regular SATA SSD's.  Check
    out <a href="http://wiki.openstreetmap.org/wiki/Osm2pgsql/benchmarks" target="_blank">http://wiki.openstreetmap.org/wiki/Osm2pgsql/benchmarks</a>  there
    is one that has numbers from a revodrive from the past, and you'll
    see why I would use that one.   The performance is huge compaired to
    the price range.<br>
    <br>
    I would also not pay too much attention to CPU's.  Most of them will
    be able to server thousands of sites in the webserver scenario.  
    Given the huge datasets in the latter case, I would totally spend
    all my money on RAM, the more the better as it speeds up postgreSQL
    and indexing exponentially.<br>
    <br>
    So, question back:  What are you planning to do with the site ?<span class="HOEnZb"><font color="#888888"><br>
    <br>
    Glenn<br>
  </font></span></div>

<br>_______________________________________________<br>
Talk-be mailing list<br>
<a href="mailto:Talk-be@openstreetmap.org">Talk-be@openstreetmap.org</a><br>
<a href="https://lists.openstreetmap.org/listinfo/talk-be" target="_blank">https://lists.openstreetmap.org/listinfo/talk-be</a><br>
<br></blockquote></div><br></div>