https://github.com/siteserver/template-sandeep
https://github.com/siteserver/template-sandeep
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/siteserver/template-sandeep
- Owner: siteserver
- License: agpl-3.0
- Created: 2017-09-29T07:44:09.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-04-15T00:44:32.000Z (about 2 years ago)
- Last Synced: 2025-09-12T13:06:34.710Z (9 months ago)
- Language: HTML
- Homepage: https://sscms.com/templates/template.html?id=Sandeep
- Size: 54.5 MB
- Stars: 0
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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