vegashollywood
Account Closed
- Impact
- 0
I am trying to install a script on my server and I need somone who has knowledge installing server modules, etc. You should have full knowledge in telnet and shell.
I have the installation manual. Here is a sample from the manual to give u a idea:
I have the installation manual. Here is a sample from the manual to give u a idea:
Code:
Login you server as a root.
Make an account in your linux box.
telnet> adduser kings
telnet> passwd yourpasswordhere
Upload and move source1.tar.gz into /home/kings/ directory.
uncompress it
telnet> tar xvzf source1.tar.gz
now the structure is /home/kings/public_html
In /home/kings directory, type this.
telnet> chown -R kings:kings public_html
Install resin (get it at http://www.caucho.com)
Make sure that resin has automatic class reloading feature.
Setup resin so that it works with apache web server (check caucho.com for details).
Configure apache's httpd.conf and restart apache.
telnet> cd /usr/local/resin/bin
telnet> ./httpd.sh start
Now resin and apache should work.
If not, check the process.
Make an account in your linux box
telnet> adduser sybase
telnet> passwd yourpasswordhere
You see /home/sybase now.
Remove sybase directory.
telnet> rm -rf sybase
echo 2147483648 > /proc/sys/kernel/shmmax
JAVA_HOME=/usr/java/jdk1.5.0_06
export JAVA_HOME="/usr/java/jdk1.5.0_06"
PATH="$PATH:/usr/java/jdk1.5.0_06/bin:."
export PATH
SYBASE=/home/sybase
export SYBASE="/home/sybase"








