Skip to content

TF-gyro/ubuntu-server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

129 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

install core-server using the following script in command line

curl -s https://raw.githubusercontent.com/tribe-framework/ubuntu-server/master/scripts/bash/install.sh -o install.sh; chmod +x install.sh; bash install.sh;

# after this you can safely remove install.sh
rm install.sh

Copy folder

  • Copy folder at /var/www/html from github repo tribe-framework/ubuntu-server

incrontab

  • chown www-data: for both the .txt files in /var/www/html/
  • use following line in "incrontab -e"
  • /var/www/html/docker-tribe-slugs.txt IN_MODIFY bash /var/www/html/nginx-tribe-setup.sh
  • /var/www/html/docker-tribe-destroy-slugs.txt IN_MODIFY bash /var/www/html/nginx-tribe-destroy.sh

SSL certificates

  • use the Cloudflare one for hostnames - junction.express, *.junction.express and *.tribe.junction.express
  • Update / generate certificate at [cloudflare]/junction.express/ssl-tls/edge-certificates
  • Update / generate certificate at [cloudflare]/junction.express/ssl-tls/origin
  • Copy both certificates to /var/www/html/ssl/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 51.7%
  • Shell 48.3%