KlemenBr / logatec-portal

Content for the LOG-a-TEC web portal and associated web pages

Home Page:http://log-a-tec.eu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LOG-a-TEC portal

This repository contains content for the LOG-a-TEC portal (http://log-a-tec.eu).

Content for pages is written in Markdown in files under content/pages.

Add any images to be included in pages to content/img. Images in editable form are in src (editable format is not uploaded to the server).

Static CSS and Javascript files are under theme/static. HTML templates are in theme/templates. Edit the templates if you want to change the header or other parts of the portal that are common across all pages.

Uploading content to the server

HTML is generated by Pelican. Pelican generates static HTML pages that are then uploaded to the server.

Setup

You need Python, PIP and Virtualenv installed. These are usually already installed. If not install them now:

$ sudo apt-get install python-virtualenv python-pip

Now clone the repository:

$ git clone git@github.com:sensorlab/logatec-portal.git

Generate HTML

$ cd logatec-portal
$ make

You can now check the generated website by opening output/index.html in a browser.

Upload to server

Before uploading to the server, please make sure that your changes are merged into sensorlab/logatec-portal!

You need to have a user account on log-a-tec.eu and your user needs to be the member of the logatec-web group.

$ rsync -rvz output/ log-a-tec.eu:/home/administrator/web/logatec

NOTE: As GitHub cannot handle large files, the dataset-files directory must be copied inside log-a-tec.eu:/home/administrator/web/logatec manually. The dataset-files directory is located in the HOME directory of user administrator, i.e. log-a-tec.eu:/home/administrator/dataset-files.

About

Content for the LOG-a-TEC web portal and associated web pages

http://log-a-tec.eu


Languages

Language:JavaScript 56.9%Language:HTML 38.0%Language:Python 2.3%Language:CSS 1.5%Language:Shell 0.9%Language:Makefile 0.4%