Merge branch 'master' of github.com:diaspora/diaspora into salmon_refactor

This commit is contained in:
ilya 2010-09-30 11:05:34 -07:00
commit 4ce4ce1951

View file

@ -8,7 +8,7 @@ then
else
mkdir -p -v log/thin/
#force AGPL
tar cf ../_source.tar --exclude='*.yml' --exclude='public/uploads' *
tar cf ../_source.tar -X .gitignore *
mv ../_source.tar public/source.tar
bundle exec ruby ./script/websocket_server.rb&
bundle exec thin start $@