Ben üzerinde çalışıyorum uygulama geliştirmek için nasıl etrafında bazı rehberlik gerekir.
Temelde fotoğraf ve slayt (örneğin, albüm fotoğrafları düzenlemek olanları yayınlamaya karar, güncelleştirme adları ve başlıkları vb) yönetmek için bir arka uç sistemi bulunuyor
Ben müşterilerine kaynak kodunu vermekten kaçınmak istiyorum ama müşterinin sunucuda gerçek fotoğraf ve küçük tutmak istiyorum.
I'm not sure what would be the best way to achieve this. In my mind the steps are: a) client uploads a photo to MY site b) photo is registered into my DB c) the original photo is moved to client's server d) thumbnails are generated and saved on client's server
then the public site: e) install the public website on my client's server; f) when a user is browsing the client's website, the script gets the list of images to show from my database, and gets them from the local server.
(Kendimi açıkça umut)
temelde soru: / minimal kaynak koduna erişimi istemci vermek için en iyi yolu nedir?