Automatic Site Creation
Posted
by
Eddy Freeman
on Server Fault
See other posts from Server Fault
or by Eddy Freeman
Published on 2012-11-20T21:48:40Z
Indexed on
2012/11/20
23:03 UTC
Read the original article
Hit count: 328
I have created a platform that i want users to sign up and a new site is created for them instantly. Users will register and afterwards they will receive a username and password for their personal site.
The system will work like ecommerce platforms such as www.shopify.com, www.bigcommerce.com, etc.. where users sign up and a new web-shop is created for them instantly.
I have been searching for a while how i can create a script to automate this task but couldn't find any tutorials. Am using LAMP (Linux, Apache, MySql and PHP).
Am asking if someone can guide me how to write such script or maybe point me to a tutorial or a book or probably similar scripts to automate this task.
Sorry if this place is wrong for this question.
thanks for your help.
© Server Fault or respective owner