zealousd wrote:Well making the web server is easy just install apache2 php mysql and for access install ssh and ftp and then i can assume you want to create a portal for the wifi hotspot there is software out there that can do this but i would hire someone that knows what they are doing as if you don't secure it then it could cause problems for people who want to steal data.
depending how many people will use your portal you may want to use something bigger then a pi, im not sure how many users the PI resources can support. I have mine setup perfectly but i use mine for my own personal use and mostly to store code while developing at the office then being able to give others access to it without screwing around.
And attach a fan to it you want to keep that sucker kool if your going to use it for commercial purposes and have a spare one just in case, PI is not a overly commercial stable product more of a awesome project tool.
That would be just for me!
apache2 part i know.
lets say after installing apache, rpi adress is 192.168.0.120
then opening 192.168.0.120 will open the index.html on the rpi. DONE WITH THAT PART but in this the rpi is connected to a router and the device opening the page is also connected to the same router! Now lets remove the router. Rpi should have a wifi network to which other devices can connect and access this webpage !
(the pi should not have a internet connection)
will this guide work -
https://learn.adafruit.com/setting-up-a ... l-software (and after the installation if i disconnect the ethernet cable and install apache, so will i be able to access the apache server at 192.168.42.1?)