+ 1
How can I publish web application?
I need to publish a web application written by php and sql file (XAMPP server I used)with other html,css and javascript. I have no idea how to do that although already google many website. Is it any free open source platform(I dont mind to use other's domain name(such as git hub))? Or what should I do? I have try with git hub but it does not support server side language. Thanks
7 Respostas
+ 3
ok thanks
+ 2
freedom
Try to use coder.com
You could edit your php there, then use command line
php -S 0.0.0.0:8000
to deploy your php.
Coder.com would create a url link for you.
Any issue on coder.com, you could ask me here.
+ 2
freedom
Try to use following commands to setup mysql:
sudo apt-get update
sudo apt-get mariadb-server
/etc/init.d/mysql start
mysql_secure_installation
Let me know if you still have problem to connect mysql..
+ 2
freedom
you could leave message here..
0
Calviղ
is there any tutorial for database for coder.com? or just publish MySQL file? thanks
0
Calviղ
Do u have any account like whatsapp, facbook or any other? As a newbie i really get many trouble, and need some help.
0
Calviղ
https://docs.google.com/document/d/1hhFSzGd3DNkr8xSqQRJySr2ndNjYdnlsrfRANzGDmxU/edit?usp=sharing
is it the correct command?