Code Monkey home page Code Monkey logo

joindin-web2's Introduction

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 either install joind.in on an existing PHP platform, or use our vagrant setup.

Quick start with Vagrant

The virtual machine has been moved to a different repo. To use it fork the joindin-vm repository and follow the instructions in there.

This VM will load all three Joind.in projects (joind.in, joindin-vm and joindin-web2).

Quick Start for existing platforms

  1. Clone repository to any location

     git clone https://github.com/joindin/responsive
     cd responsive
    
  2. Create a vhost entry for the site. The docroot should be /web.

     <VirtualHost *:80>
         ServerName joindin.local
    
         DocumentRoot "/home/exampleuser/www/responsive/web"
    
         <Directory "/home/exampleuser/www/responsive">
             Options FollowSymLinks
             AllowOverride All
         </Directory>
     </VirtualHost>
    
  3. Add hostname to /etc/hosts.

     echo "127.0.0.1 joindin.local" | sudo tee -a /etc/hosts
    
  4. Enjoy the site!

  5. Set up Redis: instructions can be found at http://redis.io/topics/quickstart but to be honest, your favourite package manager should do a good enough job

  6. Enjoy the site!

Configuration

  1. Copy the file config/config.php.dist to config/config.php

     cp config/config.php.dist config/config.php
    
  2. Change the value of apiUrl to the URL of your development API if you don't want to use the production API.

    Note that if you are connecting to the production API, you will find that you won't be able to log in as you don't have the correct oauth client_id.
    
    **Create a local copy of the API from the [GitHub project](https://github.com/joindin/joindin-api) and then you can log in to it from your web2 installation**
    

Other Resources

joindin-web2's People

Contributors

akrabat avatar lornajane avatar magicmonkey avatar erichogue avatar geeh avatar dstockto avatar martynthewolf avatar loonytoons avatar shanethehat avatar maltblue avatar mvriel avatar jsundquist avatar mikeatdoi avatar s-e avatar

Watchers

 avatar 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.