Install EzyPlatform

Updated at 1700055974000

Installation Steps

  1. Install Mysql, you can refer to the MySQL documentation.
  2. Go to the Ezyplatform home page and download the installation package.
  3. Extract the downloaded file to obtain the EzyPlatform folder. Open this folder.
  4. Open the settings/setup.properties file and modify the corresponding datasource information.

For Linux

  1. Open the terminal and navigate to the downloaded EzyPlatform folder using the cd command.
  2. Run the command: bash cli.sh "console admin". If you see EZYHTTP READY displayed, it means you have successfully installed it. If an exception occurs, it means you have misconfigured the datasource.
  3. Access the following URL: http://localhost:9090/setup-admin.
  4. Fill in the necessary information to create a super admin account.
  5. After successfully entering the information, click the submit button to complete the EzyPlatform installation.
  6. Return to the terminal and press crlt + C to exit the console mode.
  7. Run the command: bash cli.sh "start admin" ; tail -f logs/admin-server.log to start EzyPlatform in the background and monitor any error logs thrown. However, usually there won't be any errors at this step.
  8. If you want to start the website, access the following URL: http://localhost:9090/dashboard/web and click the start button. However, at this point, only the default theme will be started, so you will need to download a different theme according to your preference.
  9. If you want to start the socket server, access the following URL: http://localhost:9090/dashboard/socket and click the start button.

For Windows

  1. Open the command prompt (cmd) and navigate to the downloaded EzyPlatform folder using the cd command.
  2. Run the command: .\cli.bat "console admin". If you see EZYHTTP READY displayed, it means you have successfully installed it. If an exception occurs, it means you have misconfigured the datasource.
  3. Access the following URL: http://localhost:9090/setup-admin.
  4. Fill in the necessary information to create a super admin account.
  5. After successfully entering the information, click the Submit button to complete the EzyPlatform installation.

Stop EzyPlatform

  1. For Linux: Run the command: bash cli.sh stop.
  2. For Windows: Close all cmd windows.