Skip to content

Commit

Permalink
Merge be65f23 into e0f7936
Browse files Browse the repository at this point in the history
  • Loading branch information
acant committed Sep 7, 2015
2 parents e0f7936 + be65f23 commit 10069a2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -207,5 +207,6 @@ but provide the features that makes Dropbox great. If you are interested in othe
tool, not open source or publicly defined protocol
* [StrongSync](https://secure.expandrive.com/strongsync) Dropbox clone utility,
proprietary
* [pullbox](https://github.com/prashanthellina/pullbox) Dropbox clone with git and Python

If any other open-source dropbox alternatives are available, we would love to hear about them so let us know!
5 changes: 5 additions & 0 deletions Rakefile
Expand Up @@ -44,4 +44,9 @@ namespace :server do
end
end

desc 'Run the daemon in debugging mode'
task :daemon do
exec('bin/gitdocs start -D --port 9999')
end

task default: 'test:integration'
2 changes: 1 addition & 1 deletion test/integration/test_helper.rb
Expand Up @@ -95,7 +95,7 @@ def start_daemon
share.update_attributes(polling_interval: 0.1, notification: false)
end

start_cmd = 'gitdocs start --debug --pid=gitdocs.pid --port 7777'
start_cmd = 'gitdocs start --pid=gitdocs.pid --port 7777'
run(start_cmd, 15)
assert_success(true)
assert_partial_output('Started gitdocs', output_from(start_cmd))
Expand Down

0 comments on commit 10069a2

Please sign in to comment.