Giter Site home page Giter Site logo

rednesto / ore Goto Github PK

View Code? Open in Web Editor NEW

This project forked from spongepowered/ore

0.0 3.0 0.0 6.18 MB

Repository software for Sponge plugins and Forge mods

Home Page: https://ore.spongepowered.org/

License: Other

Java 0.03% Scala 53.61% CSS 3.04% HTML 24.99% PLSQL 0.19% PLpgSQL 0.17% SQLPL 0.03% JavaScript 17.41% Python 0.53%

ore's Introduction

Ore Build Status

Repository software for Sponge plugins and Forge mods https://ore.spongepowered.org/

Ore is written in Scala using the Play framework.

Running

Running Ore is relatively simple.

With SBT

  • Download and install the latest SBT version.
  • Execute sbt run in the project root.

With IntelliJ Community Edition

  • Install the Scala plugin.
  • Import the build.sbt file.
  • Create a new SBT Task run configuration. Enter run in the Tasks field.
  • Run it.

With IntelliJ Ultimate Edition:

  • Install the Scala plugin.
  • Import the build.sbt file.
  • Create a new Play 2 App run configuration.
  • Run it.

Contributing

Ore's code-style is not unlike the rest of the Sponge projects code-style with some leniency for readability. Namely, the differences include:

  • Non-uniform whitespace (see schema.sql)
  • Inline conditionals / statements
  • Public fields permitted on database properties in models

Setup

After cloning Ore, the first thing you will want to do is create a new PostgreSQL database for the application to use. This is required in order for Ore to run. Learn more about PostgreSQL here.

After setting up a database, create a copy of conf/application.conf.template named conf/application.conf and configure the application. This file is in the .gitignore so it will not appear in your commits. In a typical development environment, most of the defaults will do except you must set application.fakeUser to true to disable authentication to the Sponge forums. In addition, the SSL certification authority of https://forums.spongepowered.org is not typically recognized by the JVM so you will either have to manually add the cert to your JVM or set discourse.api.enabled to false in the configuration file.

ore's People

Contributors

aaron1011 avatar cherry avatar dockter avatar ewoutvans avatar faithcaio avatar felixoi avatar flibio avatar gabizou avatar grinch avatar jamierocks avatar jbyoshi avatar katrix avatar kmecpp avatar lol768 avatar lukegb avatar malte-laukoetter avatar phase avatar progwml6 avatar pschichtel avatar ryantheleach avatar simon816 avatar stephan-gh avatar vectrixdevelops avatar windy1 avatar zidane avatar

Watchers

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