Jump to content

Recommended Posts

Posted

I am looking at a project to offer each student some proper webspace internally, I want to offer PHP, mysql etc. as well as other technologies

 

Has anyone done this and how did you go about it, I would like to set it up so when they log in they have their webspace as a mapped drive ready to drop files in and they can browse to http://webserver/Username to view their files.

Posted
I am looking at a project to offer each student some proper webspace internally, I want to offer PHP, mysql etc. as well as other technologies

 

Has anyone done this and how did you go about it, I would like to set it up so when they log in they have their webspace as a mapped drive ready to drop files in and they can browse to http://webserver/Username to view their files.

 

I have an Ubuntu LAMPS server set up. I have some bash scripts which create accounts, a database etc and give access to resources they need from a CSV file. I don't allow drive mapping, they have to use ftp (or rsync etc) to move files - just like in the real world. It is used by a very limited number of students each year so is a reasonable compromise between ease of maintaining it and the functionality it offers.

  • Thanks 2

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...