jAC Family History

Home > Post > Post Title

How to get started

Learn how to install a website in a few minutes.

Installation on your web server

  1. Download Datenstrom Yellow.
  2. Unzip the ZIP file.
  3. Copy everything to your web server.
  4. Open your website in a web browser, you are greeted with a hello.
  5. Follow the instructions on screen and click Install.

If you want to learn more about your website, see help for your website.

Installation on your computer

  1. Download Datenstrom Yellow.
  2. Unzip the ZIP file.
  3. Copy everything into the desired folder.
  4. Open a terminal window, go to the folder and type php yellow.php serve.
  5. Follow the instructions on screen and click Install.

If you want to know more about the installation requirements, see troubleshooting.

Do you have questions? Get help.

TOP

System Information Page: /myhelp/en/how-to-get-started
Filename: content/myhelp/1-en/how-to-get-started.md
ParentFolder: how-to-get-started
Parent: myhelp/en/how-to-get-started
ParentTop: myhelp
Theme: philly
Layout: default
LayoutLocation: ../yellow/system/layouts/morton/
SystemLocation: ../yellow/system/
SystemPath: /home/jacmgr/jhinline.com/sites/yellow/system/

testing link colors testing link colors

CSS

The Language for Styling Web Pages

LEARN CSS CSS REFERENCE
body { background-color: #d0e4fe; } h1 { color: orange; text-align: center; p { font-family: "Times New Roman"; font-size: 20px; }

  body {
    background-color: #d0e4fe;
  }
  h1 {
    color: orange;
    text-align: center;
  p {
    font-family: "Times New Roman";
    font-size: 20px;
  }
  
Try it Yourself

JavaScript

The Language for Programming Web Pages

LEARN JS JS REFERENCE


 Click the button to change the color of this paragraph
   
   function myFunction() {
	var x;
	x = document.getElementById("demo");
	x.style.fontSize = "25px";
	x.style.color = "red"; 
}
Try it Yourself

Theme Colors

  • l5 w3-theme-l5
  • THIS IS THE TEXT
  • THIS IS THE TEXT
  • THIS IS THE TEXT
  • l1 w3-theme-l1
  • w3-theme-d1
  • THIS IS THE TEXT
  • THIS IS THE TEXT
  • THIS IS THE TEXT
  • w3-theme-d5