diff --git a/Linux-opensuse.md b/Linux-opensuse.md
new file mode 100644
index 0000000..79e2062
--- /dev/null
+++ b/Linux-opensuse.md
@@ -0,0 +1,50 @@
+h1. Linux Opensuse
+
+h2. General opensuse installation
+
+This is based on opensuse 10.2, up to date. The standard repo or the FACTORY repository both work. Please find a list of repository "here":http://en.opensuse.org/Additional_YaST_Package_Repositories.
+
+This describes installation steps for tracks 1.043, with sqlite3 and WEBrick (part of ruby package). Make sure you have sqlite3 installed.
+
+* Install the necessary ruby packages
+
+> rug in ruby rubygem-sqlite3 rubygems rubygem-rake
+
+
+
+Here is the list of ruby packages I have installed.
+
+> rpm -aq |grep ruby
+rubygem-sqlite3-1.1.0-30
+rubygems-0.9.0-29
+ruby-devel-1.8.5-18
+ruby-1.8.5-18
+rubygem-rake-0.7.1-27
+
+
+* Download tracks in your chosen directory, unzip, and more to the directory.
+
+> wget http://www.rousette.org.uk/projects/files/tracks-1.043.zip
+> unzip tracks-1.043.zip
+> cd tracks-1.043.zip
+
+
+
+
+Since the tracks package already includes the config files setup for sqlite and webrick, we can start right away!
+
+* Launch the server
+
+> ruby script/server -e production &
+> disown
+
+
+
+* Go to the signup URL in your favorite browser to create your first admin user
+
+http://127.0.0.1:3000/signup
+
+
+
+
+[b]That's all :)[/b]
\ No newline at end of file