Installation
Follow these steps to properly set up and launch assets on your server.
Step 1: Download the Latest Version
To get started, download the latest version of the assets from the CFX Keymaster. This ensures that you have the most up-to-date files, which are necessary for optimal performance.
Go to the CFX Keymaster and download the latest version.
Step 2: Configuration
Once you have the assets, it’s time to configure your server.
Open your
server.cfg
file, which is typically located in the root directory of your server.Add the following line to the file:
ensure rs_garage
This command is crucial as it ensures that the assets are properly included when the server runs.
Step 3: SQL Setup
To integrate the necessary database tables, follow these steps:
Navigate to the
sql
directory within thers_garage
files.Inside the
sql
folder, find theINSERTME.sql
file.Open the file, and you will find the SQL commands that need to be executed in your database.
Run these SQL commands using your preferred database management tool (e.g., phpMyAdmin or a MySQL client). This ensures that your database is set up correctly and that the server functionality is complete.
Step 4: Launch Your Server
Once the configuration and database setup are complete, you can launch your server.
Start your server as you normally would.
Monitor the server logs for any errors during startup to ensure that everything has been set up correctly.
If any issues arise, refer to the logs for troubleshooting or consult the community support for further assistance.
Last updated