• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

cody: 开源cody CMS系统汉化后的windows版本,处于修改阶段,放上来大家共同学习。 ...

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称:

cody

开源软件地址:

https://gitee.com/dugulao3/cody

开源软件介绍:

#cody基于开源Cody的一个CMS系统。目标:结合bootstrap做成一个生成移动端页面的CMS系统。

Features

  • Node.js CMS
  • Easy-to-use graphical interface + wysiwyg (what you see is what you get) editor that allows non-programmers to manage the site's content, users, files, forms and images.
  • Tree structured GUI to manage the structure of the site and the editable content by using templates and drag-and-drop.
  • Works seamless with your existing node.js code.

开始cody

By following these steps you will be running your own CMS system in no time. If any of the steps do not work for you, please report this as an issue on this github repository and we will look into it as soon as possible!

*注意creat_site.js中的这句:var rootwd = "f:\CodyCMS\win\";对应你自己的目录。

  • 使用如下向导创建一个新的Web工程

      $ node ./node_modules/cody/bin/create_site    Creating cody web tree in current directory  1) Enter sitename: mysite  Note: also using my site as database name.  Note: by default the mysql root user has no password so you can just hit enter, if you forgot the root password see http://dev.mysql.com/doc/refman/5.0/en/resetting-permissions.html  2) Enter root password for mysql so we can create a new database and user:   3) Enter site database user: mysitename  4) Enter site database password: mysitepassword  5) Enter hostname for site: mysite.local (or localhost)  Site mysite has been prepared.    Please create DNS entries, or add to /etc/hosts:  127.0.0.1     mysite.local    Also check index.js and config.json to fine-tune extra parameters, encryption key, ...    Start your site using:  forever start mysite.js  or  node mysite.js
  • Add a DNS entry for given hostname, e.g.

      $ sudo bash -c 'echo 127.0.0.1 mysite.local >> /etc/hosts'
  • Run the server

      $ node mysite.js

    or if you want to automatically restart the server on changes

      $ forever start mysite.js
  • Go to "http://mysite.local:3001" to see your current site and go to "http://mysite.local:3001/en/dashboard" to see the CMS of the site.

    the default users are: 'super', 'admin', 'test' and 'user' which all have password 'empty'you can ofcourse use "http://localhost:3001" too.


鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
热门推荐
热门话题
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap