CouchBase on Windows Azure.

On the Couchbase website (http://www.couchbase.com/partners) we have the following text:

"Microsoft is delighted that Couchbase is participating in the Windows Azure Adoption Program. With Couchbase Server, which can be configured to act like memcached or Couchbase data storage, our customers will be able to create highly elastic data infrastructures that are naturally scalable in the cloud. Couchbase Server and Windows Azure will also allow our customers to focus on solving business problems and solving their needs on a web-based scale.

- Robert Duffner, Director of Product Management

But, in addition, I can not find any information on whether CouchBase can be run on Windows Azure. Does anyone have any details about this?

+3
source share
5 answers

With the pre-release Azure VM roles, this is now relatively simple .

+1
source

I have no real solution that I could get and try. Just to check if I can install and run Couchbase on Windows Azure WebRole, I could do it. In the Web role, I was able to download and install CouchBase directly using the launch task, but I had little difficulty using the script to configure it. I use the following steps in my batch file to configure the server correctly:

  • Run C: \ Couchbase \ Server \ bin \ service_stop.bat
  • Run C: \ Couchbase \ Server \ bin \ service_unregister.bat
  • / C:\Couchbase\Server\bin\service_register.bat IP- Azure VM LocaHost
  • C:\Couchbase\Server\bin\service_register.bat
  • C:\Program Files\Couchbase\Server\bin\service_start.bat

, node couchbase , , , ..

0

, , , , , , CouchBase Windows Azure.

@el_tone, (, Ubuntu 12.04 x64), CouchBase (, , Sync Gateway), (sudo dpkg -i [_]) ( 8091 CB Server 4984 Sync).

0

All Articles