Giter Club home page Giter Club logo

opencyclos's Introduction

OpenCyclos.

Original Cyclos source from https://sourceforge.net/projects/cyclos/files/Cyclos3/3.7.3/

Cyclos doesn't seem to come with a build system, only a bunch of source code. This repository contains a Gradle build script for Cyclos and continues the development of Cyclos3 as a fork of OpenCyclos.

Building

NOTE: Doesn't fully compile in it's current state. Help us fix that.

Only requires a JDK 8 to be installed. Will automatically download all dependencies on first build or after dependencies are changed.

Windows with cmd.exe

gradlew clean build

Windows with Powershell

.\gradlew clean build

UNIX-like operating systems (Linux, OS X, BSD) or Windows with POSIX-compatible shell

./gradlew clean build

Configuration

The cyclos.properties file is contained in src/main/resources/cyclos.properties. After editing it, be sure to rebuild.

Running

Either run build/libs/cyclos-3.7.3.war with your favorite servlet container or just run the build command with tomcatRunWar instead of build.

Changing dependencies

The build.gradle file contains all dependencies. Each dependency has a link to itself on mvnrepository.com, and if you plan on updating the dependency you should check there for the version name. Sometimes, "artifacts" are moved to a different group or name, and mvnrepository.com will tell you if that has happened.

Distributions

There are two .zip files in build/distributions. One is made for deployment to Tomcat or Jetty, and the other is standalone. The one for deployment is called cyclos-3.7.3.zip and the standalone one is cyclos-standalone-3.7.3.zip. To use the deployment version, follow the Cyclos documentation. To use the standalone version, run one of the following commands from the folder you unzipped cyclos-standalone-3.7.3.zip to and navigate to localhost:8080.

Windows with cmd.exe or Powershell

apache-tomcat-{VERSION}\bin\startup

UNIX-like operating systems (Linux, OS X, BSD) or Windows with POSIX-compatible shell

sh apache-tomcat-{VERSION}/bin/startup.sh

opencyclos's People

Contributors

enorrmann avatar mateli avatar

Stargazers

JasperFang avatar Yared Getachew avatar  avatar 唐晓龙 avatar Rinor Hoxha avatar  avatar  avatar Archy Will He / 何魏奇 avatar panayotis avatar BOCOUM Adama avatar 黄玉强 (York Huang) avatar discapacidad5 avatar Olivier Duquesne avatar  avatar  avatar

Watchers

 avatar Rinor Hoxha avatar BOCOUM Adama avatar  avatar

opencyclos's Issues

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.