Skip to main content

TorCMS apps.

Project description

# yunsuan

## 安装

源代码部署。

## 外部库的安装

外部库都放在 static/alien 下面。 这个文件夹内容是不在 git 代码管理中的。

### CodeMirror

编辑器: codemirror

使用cdn即可。

http://www.bootcdn.cn/codemirror/

## 首次安装

  1. 运行

## Database

set dbname yunsuan CREATE USER :dbname WITH PASSWORD ‘131322’ ; CREATE DATABASE :dbname OWNER :dbname ; GRANT ALL PRIVILEGES ON DATABASE :dbname to :dbname ; c :dbname ; create extension hstore; q

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

torcms_app-0.0.1.tar.gz (25.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page