http://www.go-mono.com/mono-downloads/download.html
Download todays latest from:
wget http://ftp.novell.com/pub/mono/sources/libgdiplus/libgdiplus-2.6.tar.bz2
http://ftp.novell.com/pub/mono/sources/mono/mono-2.6.1.tar.bz2
shell> tar xjf libgdiplus-2.6.tar.bz2
shell> cd libgdiplus-2.6
shell> ./configure
shell> make
shell> make install
shell> tar xjf mono-2.6.1.tar.bz2
shell> cd mono-2.6.1
see the README for more compiling informations
shell> ./configure --prefix=/opt/mono
shell> make
shell> make install
Download the latest version from the Shockvoice downloadserver:
http://www.shockvoice.net/page/getsv
Create the directory where you want to install Shockvoice.
shell> mkdir -p /usr/share/shockvoice
Unpack the package into the newly created directory:
shell> tar -C /usr/share/shockvoice -xvzf svserver-0.9.0beta-linux-community.tar.gz
Create the database:
shell> mysqladmin -uroot -p create shockvoice
Now import the tables to the database.
shell> mysql -uroot -p shockvoice < /usr/share/shockvoice/shockvoice.mysql.sql Now we need to create a database user (we will name him svuser) and grant him permissions to use the Shockvoice database. shell> mysql -uroot -p Enter Password:
mysql> GRANT USAGE ON shockvoice.* TO svuser@localhost IDENTIFIED BY '
mysql> GRANT ALL ON shockvoice.* TO svuser@localhost IDENTIFIED BY "
mysql> FLUSH PRIVILEGES;
Change to the directory and start the install.sh script.
shell> cd /usr/share/shockvoice && ./install.sh
Installation script will ask you few questions.
You have done
No comments:
Post a Comment