pkger/pkging/costello/testdata/ref
Mark Bates 4481d6120d 13 steps lead down 2019-10-30 11:31:39 -04:00
..
actions Close-up of the sign that says,"We never close" 2019-10-25 17:11:34 -04:00
assets Close-up of the sign that says,"We never close" 2019-10-25 17:11:34 -04:00
config Close-up of the sign that says,"We never close" 2019-10-25 17:11:34 -04:00
fixtures Close-up of the sign that says,"We never close" 2019-10-25 17:11:34 -04:00
locales Close-up of the sign that says,"We never close" 2019-10-25 17:11:34 -04:00
models 13 steps lead down 2019-10-30 11:31:39 -04:00
public 13 steps lead down 2019-10-30 11:31:39 -04:00
templates Close-up of the sign that says,"We never close" 2019-10-25 17:11:34 -04:00
Dockerfile Close-up of the sign that says,"We never close" 2019-10-25 17:11:34 -04:00
README.md Close-up of the sign that says,"We never close" 2019-10-25 17:11:34 -04:00
database.yml Close-up of the sign that says,"We never close" 2019-10-25 17:11:34 -04:00
go.mod Close-up of the sign that says,"We never close" 2019-10-25 17:11:34 -04:00
go.sum Close-up of the sign that says,"We never close" 2019-10-25 17:11:34 -04:00
inflections.json Close-up of the sign that says,"We never close" 2019-10-25 17:11:34 -04:00
main.go Close-up of the sign that says,"We never close" 2019-10-25 17:11:34 -04:00
package.json Close-up of the sign that says,"We never close" 2019-10-25 17:11:34 -04:00
webpack.config.js Close-up of the sign that says,"We never close" 2019-10-25 17:11:34 -04:00
yarn.lock Close-up of the sign that says,"We never close" 2019-10-25 17:11:34 -04:00

README.md

Welcome to Buffalo!

Thank you for choosing Buffalo for your web development needs.

Database Setup

It looks like you chose to set up your application using a database! Fantastic!

The first thing you need to do is open up the "database.yml" file and edit it to use the correct usernames, passwords, hosts, etc... that are appropriate for your environment.

You will also need to make sure that you start/install the database of your choice. Buffalo won't install and start it for you.

Create Your Databases

Ok, so you've edited the "database.yml" file and started your database, now Buffalo can create the databases in that file for you:

$ buffalo pop create -a

Starting the Application

Buffalo ships with a command that will watch your application and automatically rebuild the Go binary and any assets for you. To do that run the "buffalo dev" command:

$ buffalo dev

If you point your browser to http://127.0.0.1:3000 you should see a "Welcome to Buffalo!" page.

Congratulations! You now have your Buffalo application up and running.

What Next?

We recommend you heading over to http://gobuffalo.io and reviewing all of the great documentation there.

Good luck!

Powered by Buffalo