Advertisement
Guest User

Untitled

a guest
Jan 13th, 2017
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.90 KB | None | 0 0
  1. *** Installation completed, running configuration script...
  2. -----------------------------------------------------------------
  3. This script will guide you to config and setup your seafile server.
  4.  
  5. Make sure you have read seafile server manual at
  6.  
  7. https://github.com/haiwen/seafile/wiki
  8.  
  9. Note: This script will guide your to setup seafile server using sqlite3,
  10. which may have problems if your disk is on a NFS/CIFS/USB.
  11. In these cases, we sugguest you setup seafile server using MySQL.
  12.  
  13. Press [ENTER] to continue
  14. -----------------------------------------------------------------
  15.  
  16.  
  17. Checking packages needed by seafile ...
  18.  
  19. Checking python on this machine ...
  20. Find python: python2.7
  21.  
  22. Checking python module: setuptools ... Done.
  23. Checking python module: python-imaging ... Done.
  24. Checking python module: python-sqlite3 ... Done.
  25.  
  26. Checking for sqlite3 ...Done.
  27.  
  28. Checking Done.
  29.  
  30.  
  31. What would you like to use as the name of this seafile server?
  32. Your seafile users will be able to see the name in their seafile client.
  33. You can use a-z, A-Z, 0-9, _ and -, and the length should be 3 ~ 15
  34. [server name]: ws880
  35.  
  36. What is the ip or domain of this server?
  37. For example, www.mycompany.com, or, 192.168.1.101
  38.  
  39. [This server's ip or domain]: 10.0.0.17
  40.  
  41. Where would you like to store your seafile data?
  42. Note: Please use a volume with enough free space.
  43. [default: /opt/share/seafile/seafile-data ]
  44.  
  45. What tcp port do you want to use for seafile fileserver?
  46. 8082 is the recommended port.
  47. [default: 8082 ]
  48.  
  49.  
  50. This is your config information:
  51.  
  52. server name: ws880
  53. server ip/domain: 10.0.0.17
  54. seafile data dir: /opt/share/seafile/seafile-data
  55. fileserver port: 8082
  56.  
  57. If you are OK with the configuration, press [ENTER] to continue.
  58.  
  59. Generating ccnet configuration in /opt/share/seafile/ccnet...
  60.  
  61. done
  62. Successly create configuration dir /opt/share/seafile/ccnet.
  63.  
  64. Generating seafile configuration in /opt/share/seafile/seafile-data ...
  65.  
  66. Done.
  67.  
  68. -----------------------------------------------------------------
  69. Seahub is the web interface for seafile server.
  70. Now let's setup seahub configuration. Press [ENTER] to continue
  71. -----------------------------------------------------------------
  72.  
  73.  
  74. Creating seahub database now, it may take one minute, please wait...
  75.  
  76.  
  77. Done.
  78.  
  79. creating seafile-server-latest symbolic link ... done
  80.  
  81.  
  82. -----------------------------------------------------------------
  83. Your seafile server configuration has been completed successfully.
  84. -----------------------------------------------------------------
  85.  
  86. run seafile server: /opt/etc/init.d/S66seafile { start | stop | restart }
  87. run seahub server: /opt/etc/init.d/S67seahub { start <port> | stop | restart <port> }
  88.  
  89. -----------------------------------------------------------------
  90. If the server is behind a firewall, remember to open these tcp ports:
  91. -----------------------------------------------------------------
  92.  
  93. port of seafile fileserver: 8082
  94. port of seahub: 8000
  95.  
  96. When problems occur, refer to
  97.  
  98. https://github.com/haiwen/seafile/wiki
  99.  
  100. for more information.
  101.  
  102. root@ws880:/tmp/home/root#
  103. root@ws880:/tmp/home/root# /opt/etc/init.d/S66seafile start
  104.  
  105. [01/13/17 17:49:58] ../common/session.c(132): using config file /opt/share/seafile/conf/ccnet.conf
  106. Starting seafile server, please wait ...
  107. Seafile server started
  108.  
  109. Done.
  110. root@ws880:/tmp/home/root# /opt/etc/init.d/S67seahub start
  111.  
  112. Starting seahub at port 8000 ...
  113.  
  114. ----------------------------------------
  115. It's the first time you start the seafile server. Now let's create the admin account
  116. ----------------------------------------
  117.  
  118. What is the email for the admin account?
  119. [ admin email ] zyxmon@gmail.com
  120.  
  121. What is the password for the admin account?
  122. [ admin password ]
  123.  
  124. Enter the password again:
  125. [ admin password again ]
  126.  
  127.  
  128.  
  129. ----------------------------------------
  130. Successfully created seafile admin
  131. ----------------------------------------
  132.  
  133.  
  134.  
  135.  
  136. Seahub is started
  137.  
  138. Done.
  139.  
  140. root@ws880:/tmp/home/root# ps
  141. .....
  142. 5575 root 11000 S /opt/bin/seafile-controller -c /opt/share/seafile/ccnet -d /opt/share/seafile/seafile-data -F /opt
  143. 5577 root 23648 S ccnet-server -F /opt/share/seafile/conf -c /opt/share/seafile/ccnet -f /opt/share/seafile/logs/ccn
  144. 5579 root 434m S seaf-server -F /opt/share/seafile/conf -c /opt/share/seafile/ccnet -d /opt/share/seafile/seafile-d
  145. 5673 root 32768 S python2.7 /opt/bin/gunicorn seahub.wsgi:application -c /opt/share/seafile/seafile-server/runtime/s
  146. 5693 root 32768 S python2.7 /opt/bin/gunicorn seahub.wsgi:application -c /opt/share/seafile/seafile-server/runtime/s
  147. 5694 root 32768 S python2.7 /opt/bin/gunicorn seahub.wsgi:application -c /opt/share/seafile/seafile-server/runtime/s
  148. 5695 root 32768 S python2.7 /opt/bin/gunicorn seahub.wsgi:application -c /opt/share/seafile/seafile-server/runtime/s
  149. 5718 root 3056 R ps
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement