Since Ubuntu does not include Mono Framework, you need to install it. It is recommended to use Mono Framework 2.6 or above. To install the Mono Framework on Ubuntu, issue the following command:
| sudo apt-get install mono-* |
You also need to install winforms that is the complementary library of Mono framework. To install winforms library use the following command:
| sudo apt-get install libmono-winforms2* |
Ozeki NG SMS Gateway is available on the following URL:
OzekiNG_SMS_Gateway-3.15.6.tgz (3.4 Mb)
Or you can download the package and extract it's contents by providing the following commands in Terminal:
OzekiNG_SMS_Gateway-3.15.6.tgz (3.4 Mb)
Or you can download the package and extract it's contents by providing the following commands in Terminal:
| cd /var/lib sudo wget http://ozekisms.com/attachments/524/OzekiNG_SMS_Gateway-3.15.6.tgz sudo tar -xzvf OzekiNG_SMS_Gateway-3.15.6.tgz sudo ln -s OzekiNG_SMS_Gateway-3.15.6 /var/lib/ozeking |
Ozeki NG SMS Gateway has a built-in webserver. By default this webserver runs on port 9501. You should configure your firewall to accept connections on this port. In other words you need to open a port on the firewall for the SMS gateway.
| sudo iptables -I INPUT -p tcp --dport 9501 -j ACCEPT |
Optionally you can run Ozeki NG SMS Gateway from the command line to see if it functions properly. To do this you should issue the following commands:
| cd OzekiNG_SMS_Gateway-3.15.6 sudo mono OzekiNG.exe /run |
After these command have been issued, you can open the Ozeki NG configuration webpage by typing the following URL in your browser (Replace the IP address 127.0.0.1 to the IP address of your Ubuntu Linux server.
| http://127.0.0.1:9501/ |
Tidak ada komentar:
Posting Komentar