Install Java (Spring Boot) file manager for TinyMCE 5 and 4
To use File Manager for N1ED, you need to install the server part of Flmngr (used by N1ED, Flmngr, and ImgPen TinyMCE/CKEditor add-ons). We offer this back-end as a Spring Boot application with standard installing, configuring, and run.
So, after downloading the server-side part, do the following:
Download Java version of Flmngr.
Copy
flmngr.jar
to the folder where it should stay.Configure the port that will service the application, and also set a path to folders of the file manager. You can do this in the
application.properties
file.Run the flmngr.jar file. On Linux simply type
./flmngr.jar
, and on Windows -java -jar flmngr.jar
. Linux users can also create symbolic links in init-direŃtories to that jar-file, and it will work similarly to Unix daemons providing support forstart
,stop
andrestart
commands.
Then, set a proxy for File Manager using Nginx if necessary or using it directly. Do not forget to configure N1ED settings that correspond to File Manager URLs.