Giter Club home page Giter Club logo

dotnetcoreadmin's Introduction

DotNetCoreAdmin

基于后端dotnetcore+efcore,前端layui的后台管理系统。
许多功能未完善,有一些bug,目前仅做页面展示,更多说明可点击演示地址进入主页查看。
演示地址:http://149.129.97.47:5000

linux下部署

.net core sdk安装

sql server 安装

本示例使用的是sql server数据库,若使用mysql,linux下通过docker安装较为简单,而linux下安装sql server,会出现2g内存的限制,wtf!如果服务器内存足够,请忽略这步。
关于如何解决这个问题,网上关于通过python修改内存限制的,经过测试,行不通。不过可通过下面方案解决:

  • 安装docker
  • 运行:docker run -e 'ACCEPT_EULA=Y' -e 'SA_PASSWORD=yourStrong(!)Password' -p 1433:1433 -d justin2004/mssql_server_tiny, 其中 “justin2004/mssql_server_tiny” 这个镜像是别人制作好的,可直接拉取下来使用,而且已经解决了内存的限制。
  • 当然也可以制作自己的镜像,参考:https://github.com/justin2004/mssql_server_tiny

运行项目

  • 切换到项目目录,运行:dotnet Jun.Admin.Web.dll --urls http://*:5000
  • supervisor守护进程,如何配置参考网上教程

dotnetcoreadmin's People

Contributors

seventryall avatar

Stargazers

 avatar  avatar  avatar 2020 avatar  avatar  avatar

Watchers

 avatar

Forkers

nbnull wwkkww1983

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.