Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Great guide, thanks. One question though, how would you set the seafile server to launch at boot?
@marcuspratley: Take a look at <a href=“https://github.com/haiwen/seafile/wiki/Start-seafile-server-at-system-bootup”>https://github.com/haiwen/seafile/wiki/Start-seafile-server-at-system-bootup</a>. Let me know how it goes.
Hey Guys, thanks for this awesome tutorial! But I have some problems setting up seafile. I get this error message after executing the changes I have made in the setup script: Generating ccnet configuration …
Traceback (most recent call last): File “setup-seafile-mysql.py”, line 1256, in <module> main() File “setup-seafile-mysql.py”, line 1207, in main ccnet_config.generate() File “setup-seafile-mysql.py”, line 748, in generate if Utils.run_argv(argv, env=env_mgr.get_binary_env()) != 0: File “setup-seafile-mysql.py”, line 82, in run_argv env=env) File “/usr/lib/python2.7/subprocess.py”, line 679, in init errread, errwrite) File “/usr/lib/python2.7/subprocess.py”, line 1249, in _execute_child raise child_exception OSError: [Errno 2] No such file or directory
What can I do? Thanks from Germany!
@d.neufeld
Are you running a 32bit or 64bit dropplet? Did you download the correct version of Seafile for your server’s architecture?
32 bit: https://bitbucket.org/haiwen/seafile/downloads/seafile-server_2.1.5_i386.tar.gz 64 bit: https://bitbucket.org/haiwen/seafile/downloads/seafile-server_2.1.5_x86-64.tar.gz
Let me know if that was the problem!
not expected such a quick answer :)
I am sure that I downloaded the right version, i am running 64bit vserver. But not from digitalocean.
Can it be a problem that I used the 3.0.0.0. beta version?
@d.neufeld
I just ran through the install steps using the 3.0.0.0. beta version, and was able to get it up and running on a Ubuntu 12.04.3 x64 dropplet.
Someone else had a similar error and reported it on Seafile’s GitHub page:
https://github.com/haiwen/seafile/issues/347
They were accidentally trying to run 64bit Seafile on a 32bit server.
uname - a gives me this: x86_64
So the server is 64bit. An I downloaded this: seafile-server_3.0.0.beta_x86-64.tar.gz
@d.neufeld: What version of Ubuntu are you using? <pre>lsb_release -a</pre>It could be that the install steps are different on other OS versions.
Ok, the setup worked after I recreate the vserver. Both seafile services started correctly, but I cannot open the webinterface? I open the same url as shown in the config file of seafile. What should I do?