[Help] Patch Server Install on Ubuntu
OK I have read all the posts on CPW and come up with nothing as far as the error I'm getting. After creating database & table I try to run the install and it comes back with an error "./cpw: line 3: java: command not found". I would really like to get this up and runningbut nothing in the Read Me says anything about java. Any pointers as to what to do or where to go would be much appreciated. Thanks
Re: [Help] Patch Server Install on Ubuntu
You need to install java:
Code:
apt-get install openjdk-6-jre
Then you can run the CPW.
Re: [Help] Patch Server Install on Ubuntu
Thank You so much Romulan, you are another great asset to this community.
Re: [Help] Patch Server Install on Ubuntu
OK stuck again,
8) Final steps.
Now you need to grand user an access. This is regulary done by nginx or Apache.
Ex, Apache only needs a symbolic link to files/CPW/ in your site root.
Still learning nix and such so unsure of how to do this.
Re: [Help] Patch Server Install on Ubuntu
Easier way to do is to copy the CPW folder to your web folder where you store your register script and so on.
Re: [Help] Patch Server Install on Ubuntu
can this be done after doing the whole install or do I have to restart the whole process? Also Read Me had me pull patcher and launcher exe to root of folder to install rsa keys, do those get moved back to their respective folder after that is done, as it never says to do so. Thanks again for all the help.
Re: [Help] Patch Server Install on Ubuntu
To sign the launcher.exe and patcher.exe, you need to do this under linux:
Code:
./cpw x Launcher.exe
./cpw x patcher.exe
Once they are signed, you need replace the old ones in your game folder.
Oh I found how to make a symbolic link btw:
Code:
ln -s /patcher/files/CPW /your/web/folder
Re: [Help] Patch Server Install on Ubuntu
OK thank you yet again Romulan.