MVCWeather
1.0.0
Un sitio limpio y moderno para conocer el clima y los pronósticos actuales. Construí esto en el transcurso de aproximadamente una semana para experimentar con asp.net en Linux a través de .net core. También quería centrarme en los elementos de diseño para conseguir una apariencia y sensación limpias.
Pronto..
vagrant up
vagrant ssh
cd /MVCWeather
dotnet restore src/MVCWeather
dotnet restore test/MVCWeather.Tests
dotnet build src/MVCWeather --no-incremental
dotnet build test/MVCWeather.Tests --no-incremental
dotnet test test/MVCWeather.Tests
Prerrequisito: Memcache
docker pull memcached
docker run --name something-memcached -d memcached
Ejecute el contenedor
docker build -t tsears/weather ./
docker run -i -t --env-file .env.list -p 127.0.0.1:5000:5000 --link something-memcached:memcache tsears/weather