====== Data Hosting on Astronomy ======
If you want to simply host data on the astronomy server, and not create a fancy web page / outward facing page, this can be done by simply putting the data you desire to share publicly in your respective httpd dir.
Each users as their own httpd / html dir located at:
/home/httpd/html/username/
And this can be accessed via the URL:
astronomy.nmsu.edu/username/
**NOTE** - We have a redirect in place at astronomy.nmsu.edu which will direct anyone who lands on that page to astro.nmsu.edu (which are the new cascade pages). If you navigate directly to the specific page (for example, to get to Zach's page you would go directly to astronomy.nmsu.edu/zachedwa/) and this will by-pass the redirect.
You can move (mv) or copy (cp) any data you wish to host on astronomy to your respective /home/httpd/html/user/ directory. Once you do, you will see it reflected almost immediately on your respective astronomy.nmsu.edu/username/ webpage. '''DO NOTE''' - We do want to keep file usage / size down on astronomy. If you have several TBs of data that you need to host / share with collaborators, its best to place it on another machine with larger data capacity then create a symbolic link in /home/httpd/html/username which points to the desire files.