Skip to content
This repository was archived by the owner on Mar 20, 2018. It is now read-only.

STIXProject/stix-profile-crudbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6764e28 · Mar 20, 2018

History

32 Commits
Apr 15, 2015
Oct 29, 2014
Apr 15, 2015
Apr 15, 2015
Apr 15, 2015
Apr 15, 2015
Apr 15, 2015
Oct 29, 2014
Apr 15, 2015
Oct 29, 2014
Apr 15, 2015
Mar 26, 2015
Apr 15, 2015
Mar 20, 2018
Apr 15, 2015
Apr 15, 2015
Apr 15, 2015

Repository files navigation

WARNING: This project is no longer active or maintained. Please contact stix@mitre.org with any questions or feedback.

stix-profile-crudbox

A Ruby-on-Rails web-based CRUD utility for STIX profiles.

Installation

Start off by cloning this repository.

CRUDbox is a Ruby-on-Rails web application. To get started, install Ruby 2.x and Rails. Ruby Version Manager is a good means to this end.

Once you have done this, cd into the root of your clone of this repository. Run the following command to install the RubyGems that CRUDbox uses:

bundle install

Next, set up secrets.yml by following steps 1 and 4 found in the Rails documentation (here) -- the application will not run without this being done properly.

Running CRUDbox

Start your development server by running the following from your repository root:

rails s

This will start the rails development server running at localhost:3000. Full documentation on running the development server can be found here.

Running a production instance is outside the scope of this README.

Copyright Information

Copyright (c) 2015 - The MITRE Corporation

For license information, see the LICENSE.txt file