Skip to content

XoopsX/installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XOOPS X (ten) Installer

On the web

  • Get "setup.cgi" & upload into your [DOCUMENT ROOT].
  • And chmod 0700 setup.cgi
  • Access to [YOUR SERVER URL]/setup.cgi with your web browser
  • And input your "XOOPS_TRUST_PATH"

On the shell (sh, bash)

cd [DOCUMENT ROOT]
T="../xoops_trust_path";curl xoopsx.github.io/installer/install.sh|sed "s#<T>#$T#"|sh

On the shell (csh)

cd [DOCUMENT ROOT]
set T="../xoops_trust_path";curl xoopsx.github.io/installer/install.sh|sed "s#<T>#$T#"|sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages