Skip to content

EnergyCube/cowfc_installer

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

99 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

CoWFC Installer

This script installs the CoWFC front-end and back-end from https://github.com/EnergyCube/CoWFC

โœ… Support Ubuntu 14.04 & 16.04 (& 16.04 AWS)

โœ… Support Debian 10 (โŒ LAN Reported not working ! Only tested on a VPS using a domain name)

๐Ÿ”จ Contributing

Please open pull requests.

๐Ÿ”ง Error reporting

Create a new issue and communicate all informations that you can.

๐Ÿ“ How to use

image

mkdir /var/www ; cd /var/www && wget https://raw.githubusercontent.com/EnergyCube/cowfc_installer/master/cowfc.sh && chmod +x cowfc.sh && ./cowfc.sh

After system reboot : cd /var/www && ./cowfc.sh

Remplace cowfc.sh with cowfc_for_aws_ubuntu_16.sh if you are using AWS.

image Debian

wget https://raw.githubusercontent.com/EnergyCube/cowfc_installer/master/cowfc-debian.sh && chmod +x cowfc-debian.sh && ./cowfc-debian.sh

๐Ÿ“– Notes

This script comes in 3 phases for Ubuntu. Each phase involves a reboot

  • Add the PHP 7.4 repo
  • Continue CoWFC install
  • Reboot after CoWFC install

This script comes in 1 phases for Debian.

  • Install CoWFC & Reboot

Ubuntu script use PHP 7.4 & MySQL
Debian script use PHP 7.4 & MariaDB
AWS Ubuntu 16.04 script use PHP 7.0 & MySQL

โค๏ธ Credits

kyle95wm

About

Build your own CoWFC & dwc server in under 15 minutes!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%