Skip to content

JustinKyleJames/irods.org

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iRODS.org website

Requirements

  • python
  • pip

Then:

pip install virtualenv

Prepare virtual environment

virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
  • Installs Pelican and other necessary python modules.

Build site

make
  • Cleans existing output directory and rebuilds website during development
make publish
  • Builds website for publishing (with absolute URLs and feeds)

Deploy via rsync

rsync -arv output/ user@target:/path/to/output/
  • Syncs built output directory to target server

Activate deployed .htaccess

    AllowOverride FileInfo
  • For Apache, allow the deployed .htaccess to override settings for the active Directory

About

iRODS Website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 48.6%
  • CSS 40.3%
  • JavaScript 9.6%
  • Other 1.5%