Skip to content
This repository has been archived by the owner on Sep 25, 2020. It is now read-only.
/ base Public archive

FRCMS (Name subject to change) is a Content Management System designed for First Robotics Competition teams.

License

Notifications You must be signed in to change notification settings

frcms/base

Repository files navigation

FRCMS

GitHub Codacy Badge forthebadge forthebadge forthebadge

FRCMS is a Content Management System made specifically for First Robotic Competition teams.

Stuff for Devs

FRCMS was created using Express.JS and Nunjucks, alongside with MongoDB as a database, and AdminLTE for the Admin panel.

Installation

Self Hosted

Installation with Docker (recommended)

Without NGINX and MongoDB: (If you already have a MongoDB server set up) $ sudo docker run -d -p 80:80 -p 443:443 --name=frcms --restart=always -v frcms_data:/usr/src/app jackmerrill/frcms

Without NGINX and with MongoDB: SOON™️ (Docker Compose)

With NGINX and MongoDB: (If you don't have a MongoDB server set up) SOON™️

Installation without Docker

  1. Clone the GitHub Repository $ git clone https://github.com/frcms/base.git

  2. Run the server $ node ./base/bin/www

Contributing & Donating

  • Fork the repository
  • Clone to your local machine
  • Create a new branch
  • Make your changes
  • Create a pull request

Donate

About

FRCMS (Name subject to change) is a Content Management System designed for First Robotics Competition teams.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published