https://github.com/toxi22/goip_install
SMS Server GoIP
https://github.com/toxi22/goip_install
Last synced: about 2 months ago
JSON representation
SMS Server GoIP
- Host: GitHub
- URL: https://github.com/toxi22/goip_install
- Owner: toxi22
- Created: 2019-04-15T20:49:47.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-15T22:14:51.000Z (about 6 years ago)
- Last Synced: 2025-02-03T09:47:58.099Z (4 months ago)
- Language: PHP
- Size: 2.96 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# goip_install
SMS Server GoIP# Installing_Required_Packages #
Debian/Ubuntu:apt-get install aptitude libapache2-mod-php apache2 install mysql-server php7.0-mysql
//Старый модуль заменен на php7.0-mysql
//apt-get install php7.0-mysqlnd
phpenmod mysqlnd
service apache2 restart
# SMS Server Update #
sms server update step:
1.killall goipcron
2.into "goip_install", copy "goip" to "/usr/local/goip".
3.into /usr/local/goip, copy "goipcron_m4"(if use mysql 4) or "goipcron_m5"(if use mysql 5) to /usr/local/goip/goipcron.
4.in your browser, view http://your_ip/goip/update.php to update database.
5. /usr/local/goip/run_goipcron to restart goipcron. Done!