Skip to content

Using the Amazon cloud search sample, you can build the project from scratch and make it ready for further modification and adding of custom modules.

Notifications You must be signed in to change notification settings

xpekatt/amazon-cloud-search-sample

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

amazon-cloud-search-sample

=======================================

Build Status

The Amazon cloud search sample is module-free and is suitable for people who want to build a project from ground-up.
Using the Amazon search sample, you can build an Amazon cloud search service.

Requirements

  • Sitefinity license
  • .NET Framework 4
  • Visual Studio 2012
  • Microsoft SQL Server 2008R2 or later versions
  • AWS Account

Prerequisites

Clear the NuGet cache files. To do this:

  1. In Windows Explorer, open the %localappdata%\NuGet\Cache folder.
  2. Select all files and delete them.

Nuget package restoration

The solution in this repository relies on NuGet packages with automatic package restore while the build procedure takes place.
For a full list of the referenced packages and their versions see the packages.config file.
For a history and additional information related to package versions on different releases of this repository, see the Releases page.

Installation instructions: SDK Samples from GitHub

  1. In Solution Explorer, navigate to SitefinityWebApp » App_Data » Sitefinity » Configuration and select the StartupConfig.config file.
  2. Modify the dbType, sqlInstance and dbName values to match your server settings.
  3. Build the solution.

For version-specific details about the required Sitefinity NuGet packages for this sample application, click on Releases.

Login

To login to Sitefinity backend, use the following credentials:
Username: admin
Password: password

About

Using the Amazon cloud search sample, you can build the project from scratch and make it ready for further modification and adding of custom modules.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 98.2%
  • Smalltalk 1.5%
  • Classic ASP 0.3%