This is the multi-page printable view of this section. Click here to print.

Return to the regular view of this page.

Web Sites

Web Sites

1 - Create infomall.org

Description on how to create infomall.org

We assume you have hugo installed and cloudmesh-vpn is installed

You need to have python 3

computer>
python -m venv ~/ENV3
source ~/ENV3/bin/activate  # if windows in gitbash source ~/ENV3/Scripts/activate
pip install cloudmesh-vpn -U
cms help

Creating a draft

To create a new version of the code from the repository use

rivanna terminal 1>
git clone git@github.com:DSC-SPIDAL/infomall-org-uva.git
make serve

To view the content say

rivanna terminal 2>
make view

Publish

The Web site is currently published by Gregor as follows. No other person must publish it.

computer>
cms vpn info # make sure vpn is set tu UVA
cms vpn connect # only needed if vpn is off
make huge
make rsync
cms vpn disconnect #optional to make sure vpn is off