Skip to content

Chebotarev/plantera

Repository files navigation

Plantera - A Plant Collection Management Web Application

Plantera LLC presents a web-based application for users to manage their collection of plants and build a community.

Local Installation

These instructions assume a Unix operating system (MacOS or Linux). For a Windows operating system, follow a guide for setting up Ruby on Rails

In order to run this application locally, the following libraries must be installed:

To start the server on a locally:

  1. Open a new terminal
  2. Change directory to the root of the project
  3. Install ruby dependencies through bundler:
bundle install
  1. Create the database. Note: In development environments this uses Sqlite3, while in production the application relies on Postgres
rails db:create
  1. Run migrations and seed database with some data:
rails db:migrate db:seed
  1. Start the server. This process will run indefinitely and the server log messages will be output to the console.
rails s
  1. Navigate to localhost:3000 to view the site

Production Maintenance

The production deployment of Plantera is hosted through Heroku. This cloud interface provides access to manage the environment, database, server instance size and all other configurations. In order to manage this application, please request access from the owner of the Heroku project.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published