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%