Skip to content
This repository has been archived by the owner on Jan 1, 2021. It is now read-only.

Add support for seafile 6 #22

Open
edouard-lopez opened this issue Mar 15, 2017 · 0 comments
Open

Add support for seafile 6 #22

edouard-lopez opened this issue Mar 15, 2017 · 0 comments

Comments

@edouard-lopez
Copy link

edouard-lopez commented Mar 15, 2017

Here is how we use you container, that could be automated.

Create a new container

On the host machine run:

docker run -t -i -v /opt/seafile/<CLIENT>:/opt/seafile  jenserat/seafile -- /bin/bash

Install seafile

Enter the container to install seafile

download-seafile
/opt/seafile/seafile-server-6.*/setup-seafile.sh

Answer the questions:

[server name]: <CLIENT>
[This server's ip or domain]: cloud.<CLIENT>.org
[default: /opt/seafile/seafile-data ] 
[default: 8082 ] 

Start the service

Start seafile et seahub

/opt/seafile/seafile-server-latest/seafile.sh start
/opt/seafile/seafile-server-latest/seahub.sh start

Finish

Exit and restart the container.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant