Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

tenjava-2014/website

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,539 Commits
1,539 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

We're awesome

ten.java website

ten.java 2014 official site!

Contributing

Please make PRs to the redesign branch so we can test stuff in beta first 😄.

In terms of actual code, you'll find most things you need in app/TenJava/. I really don't care too much about our controllers being coupled too tightly to Laravel. It's unlikely Laravel is going to disappear before the contest starts and this site will not have a lot of use while the contest is not running/about to start.

Environment

You must define an environment config if you wish to run this application locally! Store this as .env.dev.php in the root.

<?php
return array(
    "GITHUB_PASSWORD" => "",
    "MAIL_SMTP_USERNAME" => "",
    "MAIL_SMTP_PASSWORD" => "",
    "MAIL_PRETEND" => true,
    "OAUTH_CLIENT_ID" => "",
    "OAUTH_CLIENT_SECRET" => "",
    "BEANSTALK_QUEUE" => "",
    "TWITTER_KEY" => "",
    "TWITTER_SECRET" => "",
    "TWITTER_ACCESS_TOKEN" => "",
    "TWITTER_ACCESS_SECRET" => "",
    "DATABASE_USERNAME" => "",
    "DATABASE_PASSWORD" => "",
    "DATABASE_HOST" => "localhost",
    "DATABASE_SCHEMA" => "",
    "APP_ENCRYPTION_KEY" => "",
    "ENVIRONMENT_NAME" => "local",
    "FLAREBOT_URL" => "",
    "FLAREBOT_SECRET" => ""
);

About

TenJava 2014 official site

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 14

Morty Proxy This is a proxified and sanitized view of the page, visit original site.