azatakmyradov / sagex3-compiler-server

SageX3 Compiler NodeJS server
3 stars 1 forks source link

Installation

npx x3-install-compiler

Configuration

  1. Clone the repository to the C:\ drive.
  2. Copy .env.example to .env and change the values of X3_PATH and X3_URL in the .env file. X3_PATH should be the parent folder of folders and runtime
  3. Change username and password. This should match the data from the vscode config json.
  4. open command line and run npm install
  5. run npm install -g pm2
  6. start the server pm2 start app.config.js. You have to start it if you reboot your server
  7. Install the vscode extension: https://marketplace.visualstudio.com/items?itemName=akmyradovme.sagex3-adonix-compiler

This is still in development!

Enjoy!