seafile module with mysql #4
Loading…
Add table
Add a link
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.pywhat the init script does
SERVICE_URLENGINE,HOST,PORT,USER,PASSWD,DB,CONNECTION_CHARSET=utf8)SECRET_KEY =seahub/tools/secret_key_generator.pysql/mysql/ccnet.sqlon ccnet dbsql/mysql/seafile.sqlon seafile dbseahub/sql/mysql.sqlon 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_dirseahub-data/avatars