Run
Run Solo configuration files.
After editing the configuration file following the steps above, you can run Solo.
Place Configuration File
In the Create Configuration File step, the directory where Solo creates the example configuration file is Solo's configuration file directory.
Solo will look for configuration files in that directory.
If you moved the configuration file while editing it, please put it back in the conf
directory of the folder where the Solo program is located.
Then, run the following command to list available configuration files:
solo conf list
./solo conf list

Run Configuration File
After listing the configuration files, you can see the highlighted part in the output, such as rainyun
in the image above.
This is the name of the configuration file.
Run the configuration file with the following command:
solo go <configuration file name>
## For example
solo go rainyun
./solo go <configuration file name>
## For example
./solo go rainyun

Run Multiple Configuration Files Experimental Feature
Solo supports running multiple configuration files simultaneously.
Due to the complexity of output when running multiple configuration files simultaneously, Solo will only output the final running results of the configurations.
Run multiple configuration files with the following command:
solo go <configuration file name1> <configuration file name2> ...
## For example
solo go rainyun aliyun
./solo go <configuration file name1> <configuration file name2> ...
## For example
./solo go rainyun aliyun