Skip to content

exult/exult-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d193509 · Mar 12, 2025
Dec 23, 2023
Jan 28, 2025
Mar 12, 2025
Apr 29, 2024
Jul 3, 2024
Oct 17, 2024
Sep 23, 2022
May 4, 2024
Mar 12, 2016
Mar 12, 2016
Jul 16, 2016
Aug 14, 2004
Dec 14, 2018
Nov 11, 2022
May 4, 2024
May 4, 2024
Oct 13, 2024
Aug 8, 2003
Sep 21, 2022
May 4, 2024
Mar 13, 2002
Mar 13, 2002
Jan 19, 2025
May 4, 2024
Jul 12, 2008
Apr 7, 2002
Aug 30, 2024
Apr 27, 2024
Apr 27, 2024
Apr 27, 2024
Mar 13, 2002
May 17, 2024
Jan 10, 2002
Mar 13, 2002
Oct 21, 2010
Apr 7, 2002
Oct 8, 2002
Jan 10, 2002
May 3, 2002
Feb 8, 2006
May 1, 2024
Oct 28, 2002
May 1, 2024
May 1, 2024
Apr 7, 2002
Apr 7, 2002
Apr 7, 2002
Mar 12, 2016
Apr 7, 2002
May 23, 2004
Mar 2, 2021

Repository files navigation

CodeFactor

Quick and dirty guide to our Web-Git

  • checkout this repository

  • change/add stuff there

  • commit changes to Git

  • in a terminal shell, download a snapshot of the current website with the following command:

    wget https://github.com/exult/exult-web/archive/master.zip
    
  • transfer the file over to Exult web space with

    scp master.zip [email protected]:/home/project-web/exult
    
  • create interactive shell session:

    ssh -t USER,[email protected] create
    
  • change dir to our webspace:

    cd /home/project-web/exult
    
  • update the webspace with:

    ./update.sh
    

This script updates /home/project-web/exult/htdocs with latest Git version, and sets up the correct permissions for all files.

For efficiency reasons, htdocs is a symbolic link to exult-web-master directory.

If you need to modify the update.sh script, modify it in git and it will copy itself over.

Please do not edit the webspace directly.