Runnpm iby cmd in main directory with "server.exe" excutable script.
Server using MySQL as a database. So you have to import sql file in to your database. In database management make one like "ragerp". Import sql structure file (rpserver.sql) into it.
Rename sMailer.js.example and sMysql.js.example to sMailer.js and sMysql.js in ./app/server/,then modify the settings.(More sMailer instructions seehttps://nodemailer.com/usage/)
Modify files inappdirectory (if you need).
Donpm run buildby cmd in main directory (BESURE DO THIS every time after some improvements in 'app' directory). ornpm run watchfor watching for changes and autorebuild
Start a server
I did everything you mentioned before. Only Number 2 and Number 7 wasnt possible. I have a Zap-Hosting.com RageMP Server. My Files are on a ftp-Server. I use WinSCP to manage the files.
I use Git CMD and log-in into my FTP. Afterwards I switch the directory to the main directory where the "server.exe" lies. Sadly when I type "npm i" or "npm run build" it doesnt work for me....
Open source Role Play server
in Resources
Posted
npm iby cmd in main directory with "server.exe" excutable script.appdirectory (if you need).npm run buildby cmd in main directory (BESURE DO THIS every time after some improvements in 'app' directory). ornpm run watchfor watching for changes and autorebuildI did everything you mentioned before. Only Number 2 and Number 7 wasnt possible. I have a Zap-Hosting.com RageMP Server. My Files are on a ftp-Server. I use WinSCP to manage the files.
I use Git CMD and log-in into my FTP. Afterwards I switch the directory to the main directory where the "server.exe" lies. Sadly when I type "npm i" or "npm run build" it doesnt work for me....
Someone got an idea what I'm doing wrong?