An open API service indexing awesome lists of open source software.

https://github.com/siteserver/template-sandeep


https://github.com/siteserver/template-sandeep

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# Sandeep

## 模板主页

可以访问 [模板主页](https://sscms.com/templates/template.html?id=Sandeep) 获取模板详细信息。

## Docker 部署说明

``` bash
docker run -d \
--name sandeep \
-p 80:80 \
--restart=always \
-v "$(pwd)"/wwwroot:/app/wwwroot \
-e SSCMS_SECURITY_KEY=e2a3d303-ac9b-41ff-9154-930710af0845 \
-e SSCMS_DATABASE_TYPE=SQLite \
sscms/core:latest
```

运行后访问地址 http://localhost/ss-admin/ 即可进入后台,默认用户名密码为: admin/admin888