iNote单页博客发布

igordonshaw · · 3730 次点击 · 开始浏览    置顶
这是一个创建于 的主题,其中的信息可能已经有所发展或是发生改变。

> iNote是在[beego(golang语言)](http://beego.me/ "beego")&[bootstrap](http://getbootstrap.com/ "bootstrap")等开源项目基础之上开发的 ## 功能简介 - 前后端完全分离 - 响应式布局 - 内嵌[markdown](https://pandao.github.io/editor.md/ "markdown")编辑器 - URL支持hash(#)+id 文章导航 - 支持更换首页banner大图背景 - 文章功能 - 文章内容照片墙预览 - 文章标签功能 - 文章留言功能 - 留言回复功能 - Web后台管理 ## Linux环境编译安装(OSX,Win环境类似) 1. 安装GO 参考[install golang](http://golang.org/doc/install#tarball "install golang") 2. 安装mysql 参考[install mysql](http://dev.mysql.com/doc/refman/5.6/en/installing.html "install mysql") 3. 安装beego, bee工具(可选), mysql驱动 go get github.com/astaxie/beego go get github.com/beego/bee go get github.com/go-sql-driver/mysql 4. 安装iNote go get github.com/igordonshaw/inote 5. 新建数据库inote并导入初始化脚本($GOPATH/src/github.com/igordonshaw/inote/dbinit/inote.sql) 6. 按照实际情况修改iNote配置文件中的程序运行模式、监听端口及数据库参数 ###################### 程序基本配置 ############################ # 程序运行实例名称 appname = inote # 程序运行模式 dev:开发模式 prod:产品模式 runmode = dev # 程序运行监听端口 httpport = 8080 # MYSQL地址 dbhost = localhost # MYSQL端口 dbport = 3306 # MYSQL用户名 dbuser = root # MYSQL密码 dbpassword = root # MYSQL数据库名称 dbname = inote 7. 编译iNote cd $GOPATH/src/github.com/igordonshaw/inote go build 8. 运行iNote(nohup模式) nohup ./inote & 9. 访问iNote 首页:localhost:8080 后台登录:localhost:8080/login 默认密码:admin [![](https://raw.githubusercontent.com/igordonshaw/inote/master/screenshot/21A9C0EB-30AB-4512-96C3-4FCC754F9E80.png)](https://raw.githubusercontent.com/igordonshaw/inote/master/screenshot/21A9C0EB-30AB-4512-96C3-4FCC754F9E80.png) http://120.55.100.241

有疑问加站长微信联系(非本文作者)

入群交流(和以上内容无关):加入Go大咖交流群,或添加微信:liuxiaoyan-s 备注:入群;或加QQ群:692541889

3730 次点击  ∙  1 赞  
加入收藏 微博
2 回复  |  直到 2015-04-13 02:02:28
暂无回复
添加一条新回复 (您需要 登录 后才能回复 没有账号 ?)
  • 请尽量让自己的回复能够对别人有帮助
  • 支持 Markdown 格式, **粗体**、~~删除线~~、`单行代码`
  • 支持 @ 本站用户;支持表情(输入 : 提示),见 Emoji cheat sheet
  • 图片支持拖拽、截图粘贴等方式上传