A tool which evaluates whether or not PR activity in Azure REST API Specs repository meets our SLA.
Перейти к файлу
Jackie Elliott b9a4f020d7 Removed exit channel dependency in receive.go and moved receiveFromQueue call to app.go from acknowledge.go 2018-06-27 10:58:52 -07:00
ack First commit - basic email function 2018-06-04 14:00:46 -07:00
actions Removed exit channel dependency in receive.go and moved receiveFromQueue call to app.go from acknowledge.go 2018-06-27 10:58:52 -07:00
grifts added additional path for endpoint and fixed imports 2018-06-06 11:23:31 -07:00
messages Removed exit channel dependency in receive.go and moved receiveFromQueue call to app.go from acknowledge.go 2018-06-27 10:58:52 -07:00
models Initialize Buffalo App 2018-06-04 15:03:48 -07:00
templates Updated sendind and receiving 2018-06-26 16:13:44 -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 added additional path for endpoint and fixed imports 2018-06-06 11:23:31 -07:00
.travis.yml Initialize Buffalo App 2018-06-04 15:03:48 -07:00
Dockerfile Added to EventListen to handle webhook 2018-06-11 12:26:41 -07:00
Gopkg.lock Created an acknowlegde file to handle acknowledgement logic and reorganized project to reflect new structure for demo 2018-06-25 15:45:02 -07:00
Gopkg.toml Created an acknowlegde file to handle acknowledgement logic and reorganized project to reflect new structure for demo 2018-06-25 15:45:02 -07:00
LICENSE Initial commit 2018-05-30 15:16:44 -07:00
README.md Initialize Buffalo App 2018-06-04 15:03:48 -07:00
database.yml fixing database config 2018-06-04 16:23:41 -07:00
finalPrimaryTemplate.html Updated sendind and receiving 2018-06-26 16:13:44 -07:00
finalTemplate.html Added to EventListen to handle webhook 2018-06-11 12:26:41 -07:00
finalTemplate.tmpl First commit - basic email function 2018-06-04 14:00:46 -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

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.