Skip to content

Commit

Permalink
Updated TODO
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.code.sf.net/p/subsonic/code/trunk@2200 104adb81-38d2-4886-885e-82898e39ce25
  • Loading branch information
sindremehus committed May 5, 2011
1 parent 0627656 commit 97ca765
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 27 deletions.

This file was deleted.

10 changes: 8 additions & 2 deletions subsonic-main/TODO.TXT
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
================================
Expand Down

0 comments on commit 97ca765

Please sign in to comment.