changeweb / Unifiedtransform

A school management Software
https://changeweb.github.io/Unifiedtransform/
GNU General Public License v3.0
2.82k stars 1.23k forks source link

Need help for novice #278

Open eterexia opened 3 years ago

eterexia commented 3 years ago

Dear Unifiedtransform developer,

My goal is to set up Unifiedtransform on localhosting server like other student management program (Opensis or Moodle).

I only have about very limited knowledge and can manage hosting site function including basic php and mysql.

I tried both way (with container, without container) on instruction, but failed at the beginning.

For me, could you let me know the way to set up Unifiedtransform on webhosing server such as Hostmonster or Godaddy?

Thank you in advance for all your kind support.

Best,

Paul

changeweb commented 3 years ago

Set it up in your local computer first. Then copy everything including Vendor directory to your hosting service using a FTP server Filezilla. Don't forget to setup Document Root to 'public' directory. And put Database credentials in '.env' file as instructed in Readme.md.

eterexia commented 3 years ago

Set it up in your local computer first. Then copy everything including Vendor directory to your hosting service using a FTP server Filezilla. Don't forget to setup Document Root to 'public' directory. And put Database credentials in '.env' file as instructed in Readme.md.

Thank you for your kind reply. I will follow your tip.

Thank you.