Giter VIP home page Giter VIP logo

kalkun's Introduction

Kalkun - Open Source Web-based SMS Management

Kalkun is open source web-based SMS (Short Message Service) management, it use gammu-smsd (part of gammu family) as SMS gateway engine to deliver and retrieve messages from your phone/modem.

Homepage : http://kalkun.sourceforge.net - Documentation : http://github.com/back2arie/Kalkun/wiki/

Requirement

You need to install and configure this first:

  • apache 2.x.x
  • PHP 5.x.x (with mysql/pgsql/pdo_sqlite, session, hash, json, mbstring extension)
  • PHP-CLI
  • MySQL 5.x.x or PostgreSQL or SQLite3
or you can just install xampp (http://www.apachefriends.org/en/xampp.html)
  • gammu-smsd, make sure it is already running and configured

Installation:

  1. Extract to web root folder (eq: /var/www/html => Ubuntu)
  2. Create database named kalkun (you can do it with mysql console or phpMyAdmin)
  • using mysql console
     # mysql > CREATE DATABASE kalkun;
     # mysql > quit
     
  • using phpMyAdmin
  1. Edit database config (application/config/database.php) Change database value to 'kalkun', username and password is depend on your mysql configuration

  2. Import gammu database schema (it's included on gammu source, eg. gammu/docs/sql/mysql.sql)

  • using mysql console
    # mysql kalkun - u username -p < gammu/docs/sql/mysql.sql
    
  • using phpMyAdmin
  1. Configure daemon (to manage inbox and autoreply)
  • Set path on gammu-smsd configuration at runonreceive directive, e.g:
      [smsd]
      runonreceive = /opt/lampp/htdocs/kalkun/scripts/daemon.sh
    
    or, if you using Windows:
      [smsd]
      runonreceive = C:\xampp\htdocs\kalkun\scripts\daemon.bat
  • set correct path (php-cli path and daemon.php path) on daemon.sh or daemon.bat
  • make sure that the daemon script is executable
  • Change URI path in daemon.php, default is (http://localhost/kalkun)

There are 2 way to install:

  1. Graphic Install Launch http://your-location/kalkun/index.php/install, and follow instruction there, or
  2. Manual Install (import sql file media/db/mysql_kalkun.sql to kalkun database)
  • using mysql console
# mysql kalkun - u username -p < media/db/mysql_kalkun.sql
  • using phpMyAdmin

IMPORTANT:

  • After install finished, you need to remove install folder.
  • To improve security, it's higly recommended to change "encryption_key" on application/config/config.php

Open up your browser and go to http://your-location/kalkun Default account : username = kalkun, password = kalkun (you can change it after you login)

Enjoy...:)

kalkun's People

Contributors

back2arie avatar bullshit avatar jbubik avatar kingster avatar manio avatar mijailr avatar nvallas avatar oachkatzlschwaf avatar rastislavcore avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.