Giter Site home page Giter Site logo

arkenidar / slim-chat Goto Github PK

View Code? Open in Web Editor NEW
2.0 3.0 0.0 468 KB

Simple web chat written in Slim (PHP) and JQuery (JavaScript). See also arkenidar/mini-chat for a chat that is not using any framework!

Home Page: https://user.jumpingcrab.com/slim-chat

License: MIT License

HTML 8.38% JavaScript 34.45% PHP 47.86% Batchfile 0.20% Shell 0.20% CSS 8.90%

slim-chat's Introduction

get sources

git clone https://github.com/arkenidar/slim-chat
cd slim-chat/

install software with PHP's Composer (package manager)

composer install

run a local server (uses PHP's built-in web-server)

./server.sh

use the application from the local server

http://0.0.0.0:8080

setup the db

http://0.0.0.0:8080/util/db_setup

to fix the "driver not found" error message (when using "sqlite" db type):

sudo apt install php-sqlite3 && sudo service apache2 restart

to install the LAMP STACK on Ubuntu (for using Apache, in place of PHP's built-in server):

https://sites.google.com/site/dariocangialosi/linuxapachemysqlphp-lamp-on-ubuntu

for further documentation

https://gist.github.com/adamstac/7462202 https://www.digitalocean.com/community/tutorials/how-to-secure-apache-with-let-s-encrypt-on-ubuntu-16-04 and the slim-chat/documentation directory

slim-chat's People

Contributors

arkenidar avatar

Stargazers

Christian Knappke avatar  avatar

Watchers

Christian Knappke avatar James Cloos avatar  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.