Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jphp-group/develnext-ide
DevelNext - IDE for JPHP & PHP.
https://github.com/jphp-group/develnext-ide
development editor gui ide jphp php ui ui-editor
Last synced: 7 days ago
JSON representation
DevelNext - IDE for JPHP & PHP.
- Host: GitHub
- URL: https://github.com/jphp-group/develnext-ide
- Owner: jphp-group
- License: mpl-2.0
- Created: 2018-05-12T10:28:18.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-01T00:57:05.000Z (almost 3 years ago)
- Last Synced: 2023-08-04T22:56:50.416Z (over 1 year ago)
- Topics: development, editor, gui, ide, jphp, php, ui, ui-editor
- Language: PHP
- Homepage:
- Size: 46.7 MB
- Stars: 26
- Watchers: 12
- Forks: 12
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# DevelNext IDE ![Build IDE](https://github.com/jphp-group/develnext-ide/workflows/Build%20IDE/badge.svg)
DevelNext IDE with the JPPM support.
## How to run?
1. Download & Install **Java Development Kit 11** and the last version of [JPPM](https://github.com/jphp-group/jphp/releases).
- Java for Windows - https://download.bell-sw.com/java/11/bellsoft-jdk11-windows-amd64.zip
- Java for Mac - https://download.bell-sw.com/java/11.0.5+11/bellsoft-jdk11.0.5+11-macos-amd64.zip
- Java for Linux - https://download.bell-sw.com/java/11/bellsoft-jdk11-linux-amd64.tar.gz
2. Prepare IDE dependencies:
```bash
jppm prepare-ide
```
3. Finally, start IDE:
```bash
jppm start-ide
```## How to build?
1. Download & Install **Java Development Kit 11** and the last version of [JPPM](https://github.com/jphp-group/jphp/releases).
2. Prepare IDE dependencies:
```bash
jppm prepare-ide
```
3. Finally, build IDE:Platforms available to build:
* **win** - windows
* **linux** - any linux distribution
* **mac** - OS X (MacOS)```bash
jppm build-ide -{platform_name}
```Example, build ide for Windows:
```bash
jppm build-ide -win
```********************
The build of IDE will be in the `ide/build` directory.