forked from daniellandau/subsonic
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
git-svn-id: https://svn.code.sf.net/p/subsonic/code/trunk@2200 104adb81-38d2-4886-885e-82898e39ce25
- Loading branch information
1 parent
0627656
commit 97ca765
Showing
2 changed files
with
8 additions
and
27 deletions.
There are no files selected for viewing
25 changes: 0 additions & 25 deletions
25
subsonic-blackberry/src/net/sourceforge/subsonic/blackberry/HelloWorld.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -126,6 +126,7 @@ Add example XMLs to API doc. | |
|
||
TODO IN 4.5 | ||
----------------- | ||
Don't include podcasts when generating random songs. | ||
Support video in external player | ||
https://mail.google.com/a/activeobjects.no/#inbox/12f50fffffd6fecf | ||
Support higher video bitrates. 3000 and 5000 | ||
|
@@ -620,7 +621,7 @@ Take backup of forum. | |
Upgrade Subsonic backend: CHANGE DATE BELOW | ||
Backup backend database. | ||
cd /var/subsonic-backend | ||
tar cvf db-backup-2011-02-06.tar db | ||
tar cvf db-backup-2011-05-05.tar db | ||
cd subsonic-backend | ||
mvn clean install | ||
scp subsonic-backend/target/subsonic-backend-*.war [email protected]:/usr/java/tomcat-5.5/webapps-2011-02-06/ROOT.war | ||
|
@@ -642,8 +643,13 @@ cpanel: https://subsonic.canaca.com:2087/ | |
/scripts/restartsrv_tomcat | ||
/usr/sbin/starttomcat | ||
/usr/sbin/stoptomcat | ||
#Create scripts in /etc/xinet.d as per http://www.centos.org/modules/newbb/viewtopic.php?viewmode=flat&topic_id=9623&forum=31 | ||
|
||
rsync -avP -e ssh --exclude .svn subsonic-site/src/main/webapp/ [email protected]:/usr/local/jakarta/tomcat/webapps/pages/ | ||
scp subsonic-backend/target/subsonic-backend-*.war [email protected]:/usr/local/jakarta/tomcat/webapps/ROOT.war | ||
|
||
- update backend db. | ||
- update dns | ||
- test redirect (put subsonic.org and sindre.subsonic.org in /etc/hosts for testing.) | ||
|
||
HOW TO RELEASE TO ANDROID MARKET | ||
================================ | ||
|