seafile module with mysql #4
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
initialise db and config
also write some nixos tests at the end
init
setup-seafile-mysql.py
what the init script does
SERVICE_URL
ENGINE
,HOST
,PORT
,USER
,PASSWD
,DB
,CONNECTION_CHARSET=utf8
)SECRET_KEY =
seahub/tools/secret_key_generator.py
sql/mysql/ccnet.sql
on ccnet dbsql/mysql/seafile.sql
on seafile dbseahub/sql/mysql.sql
on seahub db'''REPLACE INTO EmailUser(email, passwd, is_staff, is_active, ctime) VALUES ('%s', '%s', 1, 1, 0)''' \ % (seahub_config.admin_email, seahub_config.hashed_admin_password())
prepare_avatar_dir
seahub-data/avatars