Most obvious answer is that you didn't configure any scrape jobs (and therefore there are no targets).
What command line options is prometheus running with? Check with:
ps auxwww | grep prometheus
If you have something like "--config.file=/etc/prometheus/prometheus.yml" then show the contents of that file.