Online Resources: Difference between revisions

From FSU Fox's Lab Wiki
Jump to navigation Jump to search
 
(24 intermediate revisions by the same user not shown)
Line 1: Line 1:
Most of the resources are hosted at fsunuc.
Most of the resources are hosted at [[Web Server | fsunuc]].


= Web =
= Web page =


the web service is provided by Apache2 2.4.41. Installed by
The <b>[https://fsunuc.physics.fsu.edu web page service]</b> is provided by Apache2 2.4.41.


The webpage is stored at /var/www/html/
The webpage is stored at /var/www/html/
Line 11: Line 11:
People require a "personal" webpage could contact Ryan mailto:rtang@fsu.edu
People require a "personal" webpage could contact Ryan mailto:rtang@fsu.edu


= postfix =
= Elog =
 
Version 3.1.4.3. The elog can be accessed at <b>[http://elog.physics.fsu.edu https://elog.physics.fsu.edu]</b>.


The university forbids the use of port 25 for stmp.  
'''To post elog entry from bash script''', the method in this [https://fsunuc.physics.fsu.edu/elog/fsunuc/5 elog entry].


change the local stmp port to be 9896. Any stmp service can be sent to
= Grafana =
* localhost:9896
* mailrelay.fsu.edu


= Elog =
version 8.4.5.


Version 3.1.4.3
The Grafana is a dashboard for displaying information from database. It can be accessed at <b>[https://fsunuc.physics.fsu.edu/grafana/ https://fsunuc.physics.fsu.edu/grafana/]</b>.


=== installation ===
The Grafana documentation can be found in <b>[https://grafana.com/docs/ here]</b>.


using apt only give 3.1.3
= Git =


Download the tar ball
https://fsunuc.physics.fsu.edu/git/ Powered by Gitea.


$wget https://elog.psi.ch/elog/download/tar/elog-3.1.4-3.tar.gz
= Wiki =


=== Configuration ===
Which is this '''[https://fsunuc.physics.fsu.edu/wiki wiki]'''.


=== Setup Apache2 ===
= InfluxDB =


= Grafana =
{{Notice | This is for internal use only, not open to public. }}
 
version 1.8.
 
For writing data to the database please check <b>[https://fsunuc.physics.fsu.edu/elog/fsunuc/14 this elog entry]</b>


=== installation ===
For the Query Language of the InfluxDB, check <b>[https://docs.influxdata.com/influxdb/v1.8/query_language/ this]</b>


=== Configuration ===
= Data server =


=== Apache2 Proxy ===
{{Notice | The data server is for internal use only, not open to public.}}


=== Connect InfluxDB ===
For detail, see <b>[[Data Server]]</b>


= InfluxDB =
= postfix =


= Git =
{{Notice | This is for internal use only, not open to public.}}


We use [https://gogs.io/ Gogs] as the git repository "manager".  
The university forbids the use of port 25 for stmp.  


=== installation ===
change the local stmp port to be 9896. Any stmp service can be sent to
* localhost:9896
* mailrelay.fsu.edu


=== Settings ===
To send an email in [[Web Server | fsunuc]]


a complete settings can be found [https://github.com/gogs/docs/blob/master/en-US/advanced/configuration_cheat_sheet.md here]
>mail <address> -s <Subject>


=== Apache Proxy ===
This will prompt you to type the context. crtl+d to end.


= Wiki =
= Contact =
* Ryan Tang mailto:rtang@fsu.edu

Latest revision as of 17:57, 3 May 2022

Most of the resources are hosted at fsunuc.

Web page

The web page service is provided by Apache2 2.4.41.

The webpage is stored at /var/www/html/

There are two "personal" webpage located at /home/<user>/public_html/

People require a "personal" webpage could contact Ryan mailto:rtang@fsu.edu

Elog

Version 3.1.4.3. The elog can be accessed at https://elog.physics.fsu.edu.

To post elog entry from bash script, the method in this elog entry.

Grafana

version 8.4.5.

The Grafana is a dashboard for displaying information from database. It can be accessed at https://fsunuc.physics.fsu.edu/grafana/.

The Grafana documentation can be found in here.

Git

https://fsunuc.physics.fsu.edu/git/ Powered by Gitea.

Wiki

Which is this wiki.

InfluxDB

Notice Notice :   This is for internal use only, not open to public.

version 1.8.

For writing data to the database please check this elog entry

For the Query Language of the InfluxDB, check this

Data server

Notice Notice :   The data server is for internal use only, not open to public.

For detail, see Data Server

postfix

Notice Notice :   This is for internal use only, not open to public.

The university forbids the use of port 25 for stmp.

change the local stmp port to be 9896. Any stmp service can be sent to

  • localhost:9896
  • mailrelay.fsu.edu

To send an email in fsunuc

>mail <address> -s <Subject>

This will prompt you to type the context. crtl+d to end.

Contact