| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
If you satisfy all the dependencies you can clone the repository via git:
$ git clone git@github.com:jmax/PhotoStore2.git
And then go to your project folder and run:
$ bundle install
You also have to set up all environment variables and config your database settings, you can do it creating the following files (we have created a sample file inside the config folder so that you can use as a guide):
PhotoStore2/
└── config/
└── database.yml -> Database credentials
Now, you can migrate your database:
$ rake db:migrate
Populate the database:
$ rake db:populate
| Back | FazBrowse Home | New Git URL |