Giter Club home page Giter Club logo

siberol-1's Introduction

Siberol

Siberol merupakan singkatan sistem informasi berita online yang dibuat untuk menyelesaikan tugas mata kuliah server side scripting yang diberikan oleh Dosen Mercubuana Meruya Jakarta.

Framework

  1. CodeIgniter : 3.0.0-dev
  2. Twitter bootstrap : bootstrap.
  3. jQuery 1.7.1 : jQuery 1.7.1.
  4. Tiny MCE : Tiny MCE 3.4.9.

Codeigniter Sparks Packages

  1. Debug-Toolbar : 1.0.7
  2. Template : 1.9.0
  3. db-assets : 0.5.0
  4. DataMapper-ORM : 0.5.0

Requirements

  1. PHP 5.1+
  2. Directory structure for the assets files, with a writeable assets/cache directory

Project URL :

http://goo.gl/33Z68

Demo :

http://purwandi-christian.umbit.info/

  • Redaktur (username = purwandi, password = 123)

  • Wartawan (username = guntur, password = 123)

    NOTES MOHON PASSWORD DAN USERNAME YANG ADA JANGAN DIGANTI, SUPAYA ORANG LAIN BISA LOGIN DENGAN MENGGUNAKAN USERNAME DAN PASSWORD DEFAULTNYA.

Instalasi

  1. Upload shcema sql yang terdapat di sql/siberol_* ke dalam mysql server anda

  2. Ubah konfigurasi database yang terdapat di application/config/database sesuai dengan konfigurasi server anda

     $db['production']['dsn']      = '';
     $db['production']['hostname'] = 'localhost';
     $db['production']['username'] = '';
     $db['production']['password'] = '';
     $db['production']['database'] = '';
     $db['production']['dbdriver'] = 'mysqli';
     $db['production']['dbprefix'] = '';
     $db['production']['pconnect'] = FALSE;
     $db['production']['db_debug'] = TRUE;
     $db['production']['cache_on'] = FALSE;
     $db['production']['cachedir'] = '';
     $db['production']['char_set'] = 'utf8';
     $db['production']['dbcollat'] = 'utf8_general_ci';
     $db['production']['swap_pre'] = '';
     $db['production']['autoinit'] = TRUE;
     $db['production']['stricton'] = FALSE;
     $db['production']['failover'] = array();
    

    NOTES yang dirubah adalah config di atas

  3. Buat folder _assets/_witable/capth dan _assets/_witable/upload menjadi writable ( chmod 777)

  4. Aplikasi ini merapkan FQDN, jika anda meletakkan aplikasi ini di bawah root FQDN, rubahlah file .htaccess

     RewriteEngine on
     RewriteCond $1 !^(index\.php|_assets|robots\.txt)
     RewriteRule ^(.*)$ /index.php/$1 [L]
    

    semisal jika anda meletakkan aplikasi ini di bawah www.your-domain.com dan nama folder yang anda gunakan untuk menampung siberol adalah berita

     `www.your-domain.com/berita`
    

    maka rubah lah file .htaccess

     RewriteEngine on
     RewriteCond $1 !^(index\.php|_assets|robots\.txt)
     RewriteRule ^(.*)$ /berita/index.php/$1 [L]
    

Sumber sample berita

  1. Detik : Detik
  2. JanganTulalit : JanganTulalit

Author

siberol-1's People

Contributors

purwandi avatar

Watchers

James Cloos 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.