Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "MemoryAnalyzer/Contributor Reference/Website"

m
(Get the MAT Website Git Repository)
 
(3 intermediate revisions by 2 users not shown)
Line 5: Line 5:
 
The MAT Website resides in Git.
 
The MAT Website resides in Git.
  
== Seting up the Tools ==
+
== Setting up the Tools ==
  
 
=== EGit ===
 
=== EGit ===
Line 25: Line 25:
  
 
== Get the MAT Website Git Repository ==
 
== Get the MAT Website Git Repository ==
Clone the repository mat.git.
+
MAT Website repository moved to GitHub: https://github.com/eclipse/mat-website
The repository URL should look like
+
 +
Clone the repository https://github.com/eclipse/mat-website (see [https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository Cloning a Repository] if you need help).
  
<code><nowiki>ssh://committer_id@git.eclipse.org/gitroot/www.eclipse.org/mat.git</nowiki></code>
+
The content of the master branch is displayed on the website. See [https://www.eclipse.org/projects/handbook/#resources-website Project Websites] for more details such as changes taking up to 5 minutes to be copied to the live website.
 
+
See [[EGit/User Guide#Cloning Remote Repositories]].
+
 
+
The content of the master branch is displayed on the website.
+
  
 
== Import the project ==
 
== Import the project ==

Latest revision as of 05:13, 14 October 2022

MAT Website

This page contains information about the MAT web site http://www.eclipse.org/mat/ - where the source is, how to make updates, etc...

The MAT Website resides in Git.

Setting up the Tools

EGit

To work with Git in Eclipse, you'll need to install (if not available already) the EGit tools from

http://download.eclipse.org/egit/updates/

A detailed EGit user guide is available here: EGit/User Guide

SSH Key

For the ssh communication, you will need to setup a key. Follow the guide Git#Setting up ssh keys

Username/E-Mail

The following resources can be useful to properly configure your environment:

Get the MAT Website Git Repository

MAT Website repository moved to GitHub: https://github.com/eclipse/mat-website

Clone the repository https://github.com/eclipse/mat-website (see Cloning a Repository if you need help).

The content of the master branch is displayed on the website. See Project Websites for more details such as changes taking up to 5 minutes to be copied to the live website.

Import the project

There is one general project for the website content. Once you cloned the repository you can import the project.

See EGit/User Guide#Importing projects

Making changes

Well, there is nothing specific for MAT. Once you have cloned the repository and imported the project in the IDE, you can make local changes and commit them locally. Before committing, be sure the have properly set the user/e-mail (see above).

Once you think the changes are ready to be put on the website, push your changes. The new content will be visible on the website in a few minutes.

See:

Copyright © Eclipse Foundation, Inc. All Rights Reserved.