A tool which evaluates whether or not PR activity in Azure REST API Specs repository meets our SLA.
Перейти к файлу
Jackie Elliott 8c716e4a8d Changed message delivery delay 2018-08-02 17:40:47 -07:00
actions WIP 2018-07-31 15:21:10 -07:00
grifts WIP 2018-07-31 15:21:10 -07:00
locales Recreating as a non-api application 2018-07-11 15:50:03 -07:00
messages Changed message delivery delay 2018-08-02 17:40:47 -07:00
migrations Add emails to database and added more logic to determine if an issue comment event occurred on a PR 2018-08-01 16:33:20 -07:00
models Add emails to database and added more logic to determine if an issue comment event occurred on a PR 2018-08-01 16:33:20 -07:00
public Recreating as a non-api application 2018-07-11 15:50:03 -07:00
templates WIP 2018-07-31 15:21:10 -07:00
.buffalo.dev.yml Initialize Buffalo App 2018-06-04 15:03:48 -07:00
.codeclimate.yml Initialize Buffalo App 2018-06-04 15:03:48 -07:00
.dockerignore Initialize Buffalo App 2018-06-04 15:03:48 -07:00
.gitignore Recreating as a non-api application 2018-07-11 15:50:03 -07:00
Dockerfile Updated Dockerfile to use dep ensure rather than go get 2018-08-01 17:30:39 -07:00
Gopkg.lock WIP 2018-07-31 15:21:10 -07:00
Gopkg.toml Recreating as a non-api application 2018-07-11 15:50:03 -07:00
README.md Recreating as a non-api application 2018-07-11 15:50:03 -07:00
azuredeploy.json Updated time be consistent 2018-08-02 15:49:30 -07:00
azuredeploy.parameters.json Recreating as a non-api application 2018-07-11 15:50:03 -07:00
database.yml Removed alternate database connection 2018-08-02 12:06:21 -07:00
finalPrimaryTemplate.html WIP 2018-07-31 15:21:10 -07:00
inflections.json Initialize Buffalo App 2018-06-04 15:03:48 -07:00
main.go Merge remote-tracking branch 'origin/master' into HEAD 2018-06-04 15:08:33 -07: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 postgres 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 postgres for you.

Create Your Databases

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

$ buffalo db 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