-
The Mde directory contains the Xatkit bot for code generation.
-
The scdsl directory contains the Xtext project that defines the DSL.
-
The src directory contains some example DSL files.
-
The src-gen directory contains the code generated from the example DSL files.
- Install Java 8 and make it the default java compiler using the commands:
sudo apt update
sudo apt install openjdk-8-jdk openjdk-8-jre
sudo update-java-alternatives --jre-headless --jre --set java-1.8.0-openjdk-amd64
-
Clone this repository
-
Go inside the
MdeBot
directory and run the jar file usingjava -jar run.jar
-
Then, open a Web-browser and go to link - http://localhost:5000/admin
-
Download the folder from the line - https://drive.google.com/drive/folders/1siM4dV1ZbragX3FPTZhWUSsk2UAwps6n?usp=sharing .
-
Open the terminal where you have the
xatkit-installation
folder and type these commands:
sudo chmod +x install.sh
sudo ./install.sh
Wait for the installation to end
- After the installation ends, type these commands in the terminal:
sudo chmod +x run.sh
sudo ./run.sh
- Then, open a Web-browser and go to link - http://localhost:5000/admin