mirror of
https://github.com/haiwen/seafile-server.git
synced 2025-09-17 23:59:44 +00:00
Merge the functions of ccnet-server into seafile-server (#293)
* merge the api of ccnet into seafile * merge the api of ccnet into seafile * Dont't need to include the header * merge the api of ccnet into seafile * add enable ldap * The unit test dont't need to start ccnet-server * Modify some funcion names and fuse don't need org management * Modify indent
This commit is contained in:
@@ -156,9 +156,6 @@ connection_charset = utf8
|
||||
def start(self):
|
||||
logger.info('Starting to create ccnet and seafile db tables')
|
||||
self.create_database_tables()
|
||||
logger.info('Starting ccnet server')
|
||||
self.start_ccnet()
|
||||
self.wait_ccnet_ready()
|
||||
logger.info('Starting seafile server')
|
||||
self.start_seafile()
|
||||
|
||||
|
Reference in New Issue
Block a user