Skip to content

jsundquist/responsive

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Joind.in

This is the source code for the next generation of the Joind.in website - a resource set up to allow events to get real-time feedback from those attending. It also gives speakers a way to claim and track their presentations over time.

This version is the next generation version, providing a responsive cross-device site for screens of all devices

You can install joind.in on an existing PHP platform using the following instructions

Quick Start

  1. Create a vhost entry for the site. The docroot should be /web.

    <VirtualHost *:80> ServerName joindin.local

     DocumentRoot "/home/exampleuser/www/joind.in/web"
    
     <Directory "/home/exampleuser/www/joind.in">
         Options FollowSymLinks
         AllowOverride All
     </Directory>
    
  2. Add hostname to /etc/hosts.

    echo "127.0.0.1 joindin.local" | sudo tee -a /etc/hosts

  3. Enjoy the site!

Other Resources

See LICENSE file for license information for this software (located in /doc/LICENSE)

About

Next generation website for joind.in

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 95.6%
  • C 4.3%
  • Shell 0.1%