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

Add support for seafile 6 #22

@edouard-lopez

Description

@edouard-lopez

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions