[Bug 193135] [NEW PORT] www/seahub: Seafile web server front end

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Nov 15 02:09:59 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193135

--- Comment #27 from Jingfeng Yan <yan_jingfeng at 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.


More information about the freebsd-ports-bugs mailing list