Hi,
I have updated the repo with an MIT license. But I have only added Github and Google OAuth for Authenticating users, so I can't provide email/password.
try www.ytclass.live, this is the first time I have hosted any application on Linux server, so I am trying to figure out why ytclass.live is not working, if you have any suggestions please reply
It's easy, just a few commands and you are good to go!
a2dissite 000-default # disable the default web app
systemctl reload apache2 # restart apache after a change
ls /etc/apache2/sites-available/ # list all configuration files for apache, you will find a config file you made, just nano it with the path /etc/apache2/sites-availabe/<config file>
Be sure that ServerName is ytclass.live and ServerAlias is www.ytclass.live
Contact me on Discord if you need any further help :)
Eleftheria Batsou
Community Manager | Developer & UX | Youtuber ❤
Hi Ankit Kumar.
Can you please update the Github repo with an MIT license?
Also, can you provide a testing account (email/password) so we can easily test the app?
Thank you.