/jodel-web

jodeWeb Client in PHP

Primary LanguagePHPGNU General Public License v3.0GPL-3.0

jodel-web Build Status contributions welcome

Demo

https://www.jodelblue.com/

Setting up jodel-web

  1. Create MySql Database
  2. Edit config/config-sample.ini.php and insert MySQL login credentials
  3. Rename config-sample.ini.php to config.ini.php
  4. Create Jodel account (see below)
  5. Done

How to Use##

Create Jodel account

  1. visit ./admin.php?pw=PasswordYouSetInConfig
  2. click on 'Create new Account'

Requirements

  • Web server (tested on Apache/2.4.18 (Ubuntu))
  • PHP 6 or PHP 7.0 (tested on 7.0.8-3)
  • MySQL (tested on 5.7.16-0)
  • jQuery (tested on 2.0.2 (already included))

Optional

  • HTTPS (deactivate by deleting .htaccess)