|
|
2 일 전 | |
|---|---|---|
| .well-known | 4 년 전 | |
| _includes | 2 달 전 | |
| _layouts | 10 달 전 | |
| _pages | 2 주 전 | |
| _posts | 2 주 전 | |
| assets | 3 주 전 | |
| compliance | 3 년 전 | |
| images | 5 년 전 | |
| modules | 3 년 전 | |
| news | 2 년 전 | |
| org-logos | 1 년 전 | |
| .gitignore | 7 년 전 | |
| Changelog.txt | 3 주 전 | |
| Gemfile | 4 년 전 | |
| LICENSE.txt | 7 년 전 | |
| PyMISP-Changelog.txt | 2 년 전 | |
| README.md | 6 달 전 | |
| Rakefile | 5 년 전 | |
| VERSION.json | 5 년 전 | |
| _config.yml | 2 년 전 | |
| best-practices-in-threat-intelligence.html | 2 년 전 | |
| best-practices-in-threat-intelligence.pdf | 2 년 전 | |
| build.sh | 4 년 전 | |
| favicon.ico | 4 년 전 | |
| features.html | 2 년 전 | |
| galaxy.html | 2 일 전 | |
| galaxy.pdf | 2 일 전 | |
| index.html | 4 달 전 | |
| left-sidebar.html | 6 년 전 | |
| misp-dashboard-Changelog.txt | 3 년 전 | |
| no-sidebar.html | 6 년 전 | |
| objects.html | 6 달 전 | |
| objects.pdf | 6 달 전 | |
| right-sidebar.html | 6 년 전 | |
| taxonomies.html | 4 달 전 | |
| taxonomies.pdf | 4 달 전 | |
| two-sidebar.html | 6 년 전 | |
README.md
MISP Website
This is the repository of MISP website. The current online version of this portal can be found at misp-project.org.
Compiling a local version of the website
The MISP website is based on Jekyll, a static site generator. If you plan on contributing major changes to the website, it is important to have a local version, so as to test your changes.
To compile a local version of the website, run the following commands in a terminal:
-
Install all Jekyll and its prerequisites, including the bundler gems.
-
Clone the misp-website repository
git clone https://github.com/MISP/misp-website.git -
Change into your new directory
cd misp-website -
Install missing gems:
bundle install -
Build the site and make it available on a local server.
bundle exec jekyll serve --watchOnly include the
--watchflag if you want Jekyll to watch for changes to the website’s files, such as you writing and saving a new blog post or webpage, and to include these changes on refreshing your web browser. -
To preview your site in your web browser, navigate to http://localhost:4000.
How to deploy the MISP website
rake2.0 -f Rakefile generate
rake2.0 -f Rakefile publish