MVCWeather
1.0.0
موقع نظيف وحديث للطقس والتنبؤات الحالية. لقد قمت ببناء هذا على مدار أسبوع تقريبًا لتجربة asp.net على Linux من خلال .net core. وأردت أيضًا التركيز على عناصر التصميم للحصول على مظهر ومظهر نظيفين.
قريباً..
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
المتطلب السابق: memcache
docker pull memcached
docker run --name something-memcached -d memcached
قم بتشغيل الحاوية
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