piga
v3.78
该项目旨在成为Power用户的列表编辑器。
示例用例:

conf/application.conf在未包装的文件夹中:piga的空数据库,并将其配置如下: db.default.driver=com.mysql.jdbc.Driver
db.default.url="jdbc:mysql://localhost/piga?user=mysqluser&password=mysqlpassword"
db.default.slick.profile = "slick.jdbc.MySQLProfile$"
选择play.http.secret.key和app.setup.defaultPassword的秘密值
在未包装的文件夹中打开终端
运行以下命令以使应用程序运行:
# Create database tables
bin/server -DdropAndCreateNewDb
# Create admin user
bin/server -DcreateAdminUser
# Run application
bin/server
浏览到http:// <ip_address>:9000/app/userAdministration(用户名:“ admin”,密码:“ changeme”)
以下命令将与Docker容器中的数据库一起启动新服务器:
# Get the docker-compose.yml file
wget https://raw.githubusercontent.com/nymanjens/piga/master/docker-compose.yml
# Choose a unique random string here of sufficient length
export APPLICATION_SECRET="$(cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 32 | head -n 1)"
# Create an empty database with a single admin user
docker-compose run web bin/server -DdropAndCreateNewDb
docker-compose run web bin/server -DcreateAdminUser
# Bring up the server
docker-compose up
完成后,浏览到http:// <ip_address>:9000/app/userAdministration(用户名:“ admin”,密码:“ changeme”)
conf/application.conf :-DcreateAdminUser flag(用户名:admin,passwass:changeme)创建默认用户。该帐户可以创建新用户。 tab :增加当前凹痕shift + tab :减少电流凹痕ctrl + I :切换'斜体'ctrl + B :切换'Bold'ctrl + `:切换'代码字体'alt + shift + 5 :切换'StrikeThrough'ctrl + :重置格式ctrl + Z :撤消ctrl + Y :重做ctrl + shift + Z :重做ctrl + K :创建或编辑链接alt + shift + T :创建或编辑标签ctrl + P :打开“转到文件”对话框ctrl + plus :扩展当前任务ctrl + minus :当前任务崩溃alt + shift + 4 :标记为“完成”ctrl + shift + C :复制选定的任务及其子女ctrl + shift + X :切割选定的任务及其子女alt + shift + M :复制选定的任务及其子女作为Markdownalt + up :将当前任务与上一个任务交换alt + down :将当前任务与下一个任务交换ctrl + shift + P :转到父任务ctrl + D :删除当前任务ctrl + shift + B :重复当前任务ctrl + alt + U :将选择转换为大写ctrl + shift + U :将选择转换为大写ctrl + alt + L :将选择转换为小写ctrl + shift + L :将选择转换为小写alt + shift + L :将选择转换为骆驼alt + shift + K :将选择转换为Snake_casealt + shift + H :将选择转换为Dash-casectrl + enter :打开选定的链接ctrl + M :选择当前单词ctrl + shift + M :选择当前引用的句子ctrl + J :选择当前任务ctrl + G :查找选定文本的下一个出现ctrl + Q :转到最后一个编辑ctrl + shift + delete :删除光标后的其余部分