eclipse-opensmartclide / smartclide-ide-front-end

Eclipse Public License 2.0
1 stars 1 forks source link

SmartCLIDE IDE

This is the base project of the SmartCLIDE IDE User Interface where all the SmartCLIDE components will be integrated and their functionalities made available to the users.

The current version provides:

The upcoming features will include:

Running the project from code

Install Meteor on your computer

https://www.meteor.com/developers/install

OSX / Linux

curl https://install.meteor.com/ | sh

Windows

npm install -g meteor

Clone the project from GitHub

git clone https://github.com/eclipse-opensmartclide/smartclide-ide-front-end.git

Install dependencies and run the project

# Inside the cloned directory
meteor npm install
meteor --port 8080

Access the IDE at http://localhost:8080

Running the official Docker image

Clone the project repository

git clone https://github.com/eclipse-opensmartclide/smartclide-ide-front-end.git

From the root, run the docker-compose file

docker-compose up

Access the IDE at http://localhost:8080

Accessing the online version

Navigate to https://ide.che.smartclide.eu.

Main Pages

Login

Users can log in by providing:

1) SmartCLIDE credentials (i.e., username/email and password) - is intended for development uses only. 2) SmartCLIDE Eclipse Che credentials - all users are expected to use this option.

Keep in mind that signing up will only become available in future versions. At the current time users need to request an account for SmartCLIDE Che Dashboard to use the IDE.

Dashboard

After logging in, the user is redirected to the dashboard where they can see an overview of their work through a set of movable widgets.

Project View

By clicking a project in the "Recent" section, the project view is presented. There, the code of the previously configured workspace can be edited.

Since project creation is not supported yet, new workflows must be created using SmartCLIDE's Che Dashboard before being accessed in the IDE.

License

Eclipse Public License 2.0