rake - Don't know how to build task 'proxy:new'
Descrubb opened this issue · 1 comments
Descrubb commented
Hey, I'm following your Installation Guide and I'm having trouble with the rake proxy:new
command.
I'm on a windows machine, but I don't think it is a relevant factor at this step...
C:\BotServer>rake proxy:new
rake aborted!
Don't know how to build task 'proxy:new' (see --tasks)
And this is the list of tasks:
C:\BotServer>rake --tasks
rake app:new[token] # Create bot app template for given token
rake certificate:new # Create SSL certificate
rake certificate:show # Show public certificate
rake proxy:config:new # Generate nginx proxy SSL configuration from se...
rake proxy:restart # Restart proxy server
rake proxy:start # Start proxy server
rake proxy:stop # Stop proxy server
rake server:config:show # Show server configuration: C:/BotServer/config...
rake server:config:test # Check server configuration: C:/BotServer/confi...
rake server:log # Tail -f rack sever logfile: C:/BotServer/log/t...
rake server:pid # Show rack server pid
rake server:restart # Restart rack server
rake server:start # Start rack server
rake server:stop # Stop rack server
rake tokens:show # Show tokens configuration file: C:/BotServer/c...
rake tokens:test # Verify if tokens are valid, online querying Te...
rake webhook:reset[token] # Reset webhook for a given token
rake webhook:set[token] # Set webhook for a given token
proxy:new
doesn't show up. Is proxy:config:new
the same thing?
Descrubb commented
Oops...
I remembered that I could just use the template anyways without running the rake
https://github.com/solyaris/BOTServer/blob/master/wiki/nginx.md
I have the nginx server up and running.
Now to figure out the ssl problem...