Skip to content
This repository has been archived by the owner on Apr 6, 2021. It is now read-only.

chrystiamweb/coop-intranet

Repository files navigation

Intranet

This is a simple intranet created with rails and materialize

Prerequisites

sudo apt-get update
sudo apt-get install imagemagick libmagickwand-dev

Installing

This project use postgres as database, first you need to change the database config on file config/database.yml.example

vim config/database.yml.example (make the changes and save the file)

cp config/database.yml.example config/database.yml (create the database.yml config file)

Create database and migrations

rails db:create
rails db:migrate
rails db:seed (this will create some example posts)

Usage

  • After start you app, you need to create an user to get access to the posts area, then log on and the menu will be available.

Built With

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published