GitXplorerGitXplorer
f

francocorreacom

public
2 stars
0 forks
5 issues

Commits

List of commits on branch master.
Unverified
f7ec7882b875db2a3562035e016656f9f4d5ed81

Why the f**k did I use capitals in the domain?

ffrancocorreasosa committed 6 years ago
Unverified
60aca19ff4dc7fb3be160513fd3e6c1649068507

Change readme

ffrancocorreasosa committed 6 years ago
Unverified
58d1cc9839b587c89f0a0b6271da24ea9e53cdae

Initial Commit

ffrancocorreasosa committed 6 years ago

README

The README file for this repository.

francocorrea.com

This is my personal website/blog.

Database Setup

This website stores its data in a PostgreSQL database. You can set it up by looking at the database.yml file.

Create Your Databases

Ok, so you've edited the "database.yml" file and started postgres, now the tool 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 the site.

Powered by Buffalo