Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Nov 2014 02:09:59 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 193135] [NEW PORT] www/seahub: Seafile web server front end
Message-ID:  <bug-193135-13-2vTP3Xv4Xx@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-193135-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-193135-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193135

--- Comment #27 from Jingfeng Yan <yan_jingfeng@yahoo.com> ---
(In reply to Jingfeng Yan from comment #26)
> Created attachment 149427 [details]
> Updated shar file
> 
> By using setup.py script to install all the requirements into thirdpart
> directory, especially remove the port requirements for Djblets 0.6. The test
> results for this implementation is positive.

Bug ID 195023 and 195024 are removing the requirements for /proc.  Without the
/proc. the simple deployment usage could be:

bash

cd /usr/local/www/haiwen/seafile-server/seahub
for file in makemessages.sh.template run-seahub.sh.template
send_user_notifications.sh.template setenv.sh.template; do
    cp ${file} ${file%%.template}
done

cd /usr/local/www/haiwen/seafile-server
source seahub/setenv.sh
./setup-seafile.sh
./seafile.sh start
./seahub.sh start

I am running the Pouderier tests now.

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-193135-13-2vTP3Xv4Xx>