- Joined
- Nov 21, 2007
- Messages
- 70
- Reaction score
- 0
A guide to set up iWeb
for every one who needs a little more step by step guide
port forward your colinux by editing PWServer.bat and PWServer.conf
PWserver.bat
=====================
=====================
<<<<>>>>
PWServer.conf:
find #Network line and comment out eth0 and eth1 like below;
<<<<>>>>
=====================
=====================
<<<<>>>>
After Setting up colinux do the following:
1st.Download A File Called (ssl.tar.gz)
http://www.mediafire.com/?b21ycxtr1wl and copy ssl.tar.gz to /etc
Do This Using HFS http://www.rejetto.com/hfs/
Copy "ssl.tar.gz" into your HFS dir....just click and drag xD
<<In coLinux>>
Commands: Type: cd /etc then it should reed like this [root@fedora etc]#
then type: wget http://your-ip-address:280/ssl.tar.gz
280 this may be different, like 8080 maybe
If you didnt get any errors go to the next step>
extract (ssl.tar.gz) by typing "tar zxvf ssl.tar.gz"
NEXT>
Download http://www.mediafire.com/?mcjzcmfghfj
jakarta-tomcat-5.5.9.tar.gz
We want to put this file into cd /usr/local
Same as before: Copy "jakarta-tomcat-5.5.9.tar.gz"
into your HFS dir....just click and drag
<<In coLinux>>
Commands: Type: cd /usr/local then it should reed like this [root@fedora local]#
then type: wget http://your-ip-address:280/jakarta-tomcat-5.5.9.tar.gz
280 this may be different, like 8080 maybe
If you didnt get any errors go to the next step>
extract (jakarta-tomcat-5.5.9.tar.gz) by typing "tar zxvf jakarta-tomcat-5.5.9.tar.gz"
NEXT>
Download: http://www.badongo.com/file/9003413
webapps.zip
We want to put this file in /usr/local/jakarta-tomcat-5.5.9/webapps
Same as before: Copy "webapps.zip"
into your HFS dir....just click and drag
<<In coLinux>>
Commands: Type: cd /usr/local/jakarta-tomcat-5.5.9/webapps
then it should reed like this [root@fedora webapps]#
then type: wget http://your-ip-address:280/webapps.zip
280 this may be different, like 8080 maybe
If you didnt get any errors go to the next step>
extract (webapps.zip) by typing "unzip webapps" Its only diferent because its a "ZIP"
NEXT>
<<coLinux>>
Commands: Type cd /usr/local/jakarta-tomcat-5.5.9/bin
then it should reed like this [root@fedora bin]#
now type ./startup.sh
NEXT>iWeb Is now installed....but wait there is more
You need security certificates
http://www.badongo.com/file/8971716
Ok unzip them on your desktop.....use IE7 yaya i hate it to but it works with iWeb
ok install them. The password is "wanmeishikong" save them to "Personal" or "Trusted Root Certification Authorities"
"Personal" = IE7
"Trusted Root Certification Authorities" = Mozilla,....and so on
Ok then go to IE7/Mozilla
and type in https://localhost/iweb/role use this if your connecting from the pc your hosting your server on
"OR" type in https://serverip/iweb/role use this if your connecting from a different PC
And we are done if i missed anything let me know
<<<<>>>>
Credits: alceon for the source and files
<<<<>>>>
for every one who needs a little more step by step guide
port forward your colinux by editing PWServer.bat and PWServer.conf
PWserver.bat
=====================
Code:
cd ../
colinux-daemon.exe -t nt @pwserver/PWServer.conf fastboot nogui eth0=slirp,,tcp:29000:29000/tcp:80:80/tcp:8080:8080/tcp:443:443
<<<<>>>>
PWServer.conf:
find #Network line and comment out eth0 and eth1 like below;
<<<<>>>>
=====================
Code:
# Network
#eth0=slirp,,tcp:29000:29000
#eth1=pcap-bridge,,00:FF:F9:54:7C:00
<<<<>>>>
After Setting up colinux do the following:
1st.Download A File Called (ssl.tar.gz)
http://www.mediafire.com/?b21ycxtr1wl and copy ssl.tar.gz to /etc
Do This Using HFS http://www.rejetto.com/hfs/
Copy "ssl.tar.gz" into your HFS dir....just click and drag xD
<<In coLinux>>
Commands: Type: cd /etc then it should reed like this [root@fedora etc]#
then type: wget http://your-ip-address:280/ssl.tar.gz
280 this may be different, like 8080 maybe
If you didnt get any errors go to the next step>
extract (ssl.tar.gz) by typing "tar zxvf ssl.tar.gz"
NEXT>
Download http://www.mediafire.com/?mcjzcmfghfj
jakarta-tomcat-5.5.9.tar.gz
We want to put this file into cd /usr/local
Same as before: Copy "jakarta-tomcat-5.5.9.tar.gz"
into your HFS dir....just click and drag
<<In coLinux>>
Commands: Type: cd /usr/local then it should reed like this [root@fedora local]#
then type: wget http://your-ip-address:280/jakarta-tomcat-5.5.9.tar.gz
280 this may be different, like 8080 maybe
If you didnt get any errors go to the next step>
extract (jakarta-tomcat-5.5.9.tar.gz) by typing "tar zxvf jakarta-tomcat-5.5.9.tar.gz"
NEXT>
Download: http://www.badongo.com/file/9003413
webapps.zip
We want to put this file in /usr/local/jakarta-tomcat-5.5.9/webapps
Same as before: Copy "webapps.zip"
into your HFS dir....just click and drag
<<In coLinux>>
Commands: Type: cd /usr/local/jakarta-tomcat-5.5.9/webapps
then it should reed like this [root@fedora webapps]#
then type: wget http://your-ip-address:280/webapps.zip
280 this may be different, like 8080 maybe
If you didnt get any errors go to the next step>
extract (webapps.zip) by typing "unzip webapps" Its only diferent because its a "ZIP"
NEXT>
<<coLinux>>
Commands: Type cd /usr/local/jakarta-tomcat-5.5.9/bin
then it should reed like this [root@fedora bin]#
now type ./startup.sh
NEXT>iWeb Is now installed....but wait there is more
You need security certificates
http://www.badongo.com/file/8971716
Ok unzip them on your desktop.....use IE7 yaya i hate it to but it works with iWeb
ok install them. The password is "wanmeishikong" save them to "Personal" or "Trusted Root Certification Authorities"
"Personal" = IE7
"Trusted Root Certification Authorities" = Mozilla,....and so on
Ok then go to IE7/Mozilla
To view the content, you need to sign in or register
and type in https://localhost/iweb/role use this if your connecting from the pc your hosting your server on
"OR" type in https://serverip/iweb/role use this if your connecting from a different PC
And we are done if i missed anything let me know

<<<<>>>>
Credits: alceon for the source and files
<<<<>>>>