Branch | Build status |
---|---|
master | |
develop |
Collectively is an open platform to enhance communication between counties and its residents. It's made as a fully open source & cross-platform solution by Noordwind.
Find out more at becollective.ly
The Collectively.Tools.RedisSync is a console application which synchronizes the Redis cache using Storage Service database.
In order to run the Collectively.Tools.RedisSync you need to have installed:
Clone the repository and start the application using the following commands:
git clone https://github.com/noordwind/Collectively.Tools.RedisSync
cd src/Collectively.Tools.RedisSync
dotnet restore --source https://api.nuget.org/v3/index.json --source https://www.myget.org/F/collectively/api/v3/index.json --no-cache
dotnet run --no-restore
Once executed, you should see the Redis cache filled with the data.
Please edit the appsettings.json file in order to use the custom application settings.
- .NET Core - an open source & cross-platform framework for building applications using C# language.
- Collectively.Tools.RedisSync - core and executable project via dotnet run --no-restore command.