文件名称:Pastebin:用golang编写的现代pastebin
文件大小:4.58MB
文件格式:ZIP
更新时间:2024-02-24 04:33:20
mysql go golang database modern
Golang Pastebin 具有宁静API的现代自托管pastebin服务。 动机 存在许多Pastebin服务,但所有服务都比需要的复杂。 这就是为什么我决定在golang中编写pastebin服务的原因。 入门 先决条件 色素化 走 玛丽亚德 pip install pygmentize sudo yum install -y go mariadb-server mariadb 正在安装 请注意,这假设您已经设置了Mariadb和Go。 去github.com/ewhal/Pastebin 使 mysql -u root -p 创建用户“粘贴” @“本地主机”,并由“密码”标识; 创建数据库粘贴; 将所有特权粘贴上。 * TO'粘贴'@'localhost'; 冲洗特权; 退出; mysql -u粘贴-p粘贴<database.sql cp config.example.json config.json 纳米config.json 配置端口和数据库详细信息 执照 此项目已获得MIT许可证的许可-有关详细信息,请参阅文件
【文件预览】:
Pastebin-master
----.travis.yml(298B)
----database.sql(393B)
----assets()
--------prio-lexers(147B)
--------pastes.html(5KB)
--------syntax.html(10KB)
--------login.html(4KB)
--------index.html(9KB)
--------pastebin.css(3KB)
--------register.html(4KB)
----highlighter-wrapper.py(3KB)
----Pastebin(13.45MB)
----LICENSE.md(1KB)
----.gitignore(14B)
----Makefile(915B)
----pastebin.go(33KB)
----README.md(1KB)
----config.json(421B)