SOULs Server
Launch the SOULs application with the souls server
souls help server
$ souls help server
Usage:
souls server
Options:
[--all], [--no-all] # Run All API & Workers
Run SOULs APP
server
Launch the app using Foreman.
souls s
$ souls s
or
$ souls server
system( "foreman start -f Procfile.dev" )
souls server --all option
Start the API and all Workers.
$ souls s --all
or
$ souls server --all
Dir.chdir(SOULs.get_mother_path.to_s) do
system("foreman start -f Procfile.dev")
end