The future of convention web applications
100K+
Intercode is a web application that:
The original Intercode was written in PHP by Barry Tannenbaum for Intercon New England, and has since been used by several other conventions around the world.
Intercode 2 is a project to rearchitect Intercode from the ground up, making it more robust, more flexible, and more modern.
This is the classic Rails development setup, and should work for Mac and Linux users.
git clone https://github.com/neinteractiveliterature/intercode.gitrbenv install 2.4.2rbenv global 2.4.2gem install bundler/etc/hosts on Mac and Linux systems) and add the following line: 127.0.0.1 intercodecp config/database.yml.dev config/database.ymlbrew install mysql postgres
2. Make sure you have Node JS installed. brew install node
3. Make sure you have Yarn installed. With Homebrew: brew install yarn
4. bundle installbin/rake db:create db:migrateyarn installbin/rails serverbin/webpack-dev-serverIMPORTANT NOTE: Intercode 2 in development mode uses intercode.dev as its cookie domain. If you use localhost to visit the site, that will mysteriously fail. I'm going to try to make the site detect the wrong domain and redirect you, but for now, please just use the intercode.dev domain name.
To contact the Intercode 2 project team, you can:
Intercode 2 is released under the terms and conditions of the MIT license. Please see the LICENSE file for the full legalese.
Content type
Image
Digest
sha256:5ecc67897…
Size
256.5 MB
Last updated
over 3 years ago
docker pull neinteractiveliterature/intercode