Skip to content
/ ide Public

Tool to automate setup and update of development environment (esp. for Java projects).

License

Notifications You must be signed in to change notification settings

devonfw/ide

This branch is up to date with master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8698d2b · Dec 3, 2024
Sep 17, 2023
Nov 14, 2024
Mar 2, 2023
Dec 3, 2024
Oct 10, 2022
Nov 14, 2024
Aug 2, 2023
Nov 12, 2024
Dec 13, 2018
Sep 3, 2019
Jun 2, 2023
Nov 14, 2024
May 3, 2019
Sep 3, 2019
Sep 24, 2023
Sep 21, 2023

Repository files navigation

Logo

A tool designed to help developers setting up an development environment with the ability to share the same project settings across the team.

Apache License, Version 2.0 Maven Central Build Status

Windows Ubuntu MacOS

Setup

Prerequisites

  • Windows

    • On Windows you need to download and install git for windows.

    • You need a tool to extract *.tar.gz files (tar and gzip).

      For example 7-zip or WinRar.

  • Linux

    • On Linux you need to install curl and git if you don’t have them already

      sudo apt-get install git curl
      or
      sudo yum install git-core curl
  • MacOS

    • On MacOS you only need to download and install git for mac.

Install

  • Download the latest version of devonfw-ide from here and extract it to a folder of your choice.

    (You can find all Releases in Maven Central)

  • Run the setup in this folder (On Windows you can double click on setup.bat)

    A command prompt will open and the setup will start. The setup will ask for a settings URL. In case you do not have a settings URL for your project, you can just press enter to use the default settings.

  • After the setup is finished, you can close the command prompt and open a new one.

  • You are done! You can now use the devon command in your terminal to use the devonfw-ide.

Video Tutorial

0

See also our latest video devon ide update @ RISE

Contribution Guidelines

If you want to contribute to devon-ide please read our Contribution Guidelines.

We use GitHub Issues to track bugs and submit feature requests.

License