Giter Club home page Giter Club logo

Alien4Cloud

Website | Community | Roadmap | Documentation | Twitter | Release notes

ALIEN 4 Cloud stands for Application LIfecycle ENablement for Cloud.

FastConnect started this project in order to help enterprises adopting the cloud for their new and existing applications in an Open way. A4C has an Open-Source model (Apache 2 License) and standardization support in mind.

Alien4Cloud is no longer maintained since December 2022.

The last release 3.7.0 came out in July 2022.

Building Alien4Cloud

Alien4Cloud is written in java for the backend and requires a JDK 8 or newer (note that we test it using JDK 8 only for now).

  • make sure you have a JDK 8 installed
  • make sure you have Maven installed (team is using 3.0.5)
  • install Ruby
  • install Python
  • install Node.js (team is using 6.14.4) to get npm command. Check here http://nodejs.org. Note that you need a recent version of npm (>= 5.5.x) in order to build a4c.
  • install bower
$ sudo npm install -g bower
  • install grunt
$ sudo npm -g install grunt-cli
  • install compass
$ gem install compass
  • and grunt-contrib-compass
$ npm install grunt-contrib-compass --save-dev

run the folowing command to build the project:

$ mvn clean install -Dmaven.wagon.http.ssl.insecure=true -Dmaven.wagon.http.ssl.allowall=true

Running Alien4Cloud

  • launch the backend
$ cd alien4cloud-ui
$ mvn spring-boot:run
  • launch the frontend
$ cd alien4cloud-ui
$ grunt serve

Alien 4 cloud's Projects

alien4cloud-dist icon alien4cloud-dist

Distribution assembly project for Alien4Cloud that packages a ready to use alien including default archives and plugins.

alien4cloud-kubernetes-plugin icon alien4cloud-kubernetes-plugin

Plugins that allows transformation of a TOSCA generic topology into a specific kubernetes topology. It contains support for topology and policies modification.

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.