Project storage: how to: Difference between revisions

From ICT science
Jump to navigation Jump to search
(Created page with "This how to relates to the Project storage Faculty of Science page __TOC__ ==How to connect to a project space?== ===Using Windows 7=== Connect to <code>\\projects.scienc...")
 
Line 2: Line 2:


__TOC__
__TOC__
==How to connect to a project space?==
==How to mount the network drive on your computer?==
===Using Windows 7===
===Using SMB Windows 7-10===
Connect to <code>\\projects.science.uu.nl\<projectname></code>
Connect to <code>\\soliscom.uu.nl\science\projects\<projectname></code>


To map a project space to a drive:
To map a project space to a drive:
Line 13: Line 13:
* Click ''Finish''; you may be asked for your Solis-id and password.
* Click ''Finish''; you may be asked for your Solis-id and password.
* The new drive will appear in the list of available drives and can be accessed.
* The new drive will appear in the list of available drives and can be accessed.
 
===Using SSL Windows 7-10===
'''You can also use the  <code>net use</code> command to connect to a project space'''
'''You can also use the  <code>net use</code> command to connect to a project space'''
* Open ''Start &rarr; All Programs &rarr; Accessories &rarr; Command Prompt''.  Execute the following command:
* Open ''Start &rarr; All Programs &rarr; Accessories &rarr; Command Prompt''.  Execute the following command:
:<code>net use <drive> \\intercon.science.uu.nl\<projectname> /user:soliscom\<solisid></code>
:<code>net use <drive> \\soliscom.uu.nl\science\projects\<projectname> /user:soliscom\<solisid></code>
* For <code><drive></code> substitute an available drive letter, e.g. <code>z:</code>.<br>For <code><projectname></code> substitute the project name.<br>For <code><solisid></code> substitute your own Solis-id.<br>After you have supplied your password, the connection is established.
* For <code><drive></code> substitute an available drive letter, e.g. <code>z:</code>.<br>For <code><projectname></code> substitute the project name.<br>For <code><solisid></code> substitute your own Solis-id.<br>After you have supplied your password, the connection is established.
* Use the parameter <code>/persistent:yes</code> to establish a connection that persists after you have re-logged in on your system.
* Use the parameter <code>/persistent:yes</code> to establish a connection that persists after you have re-logged in on your system.
* Use <code>net use /help</code> for a list of further possibilities.
* Use <code>net use /help</code> for a list of further possibilities.
 
===Using CIFS for MacOSX===
Choose Finder menu: - Go - connect to server and enter address: <code>cifs://soliscom.uu.nl/science/projects</code> Click + to bookmark this address.
===Using WebDAV (Windows and OSX, works outside the UU-network, no VPN needed)===
===Using WebDAV (Windows and OSX, works outside the UU-network, no VPN needed)===
Connect to  <code><nowiki>https://intercon.science.uu.nl/projects</nowiki></code>.
Connect to  <code><nowiki>https://intercon.science.uu.nl/science/projects</nowiki></code>.
You will be shown all project spaces as directories, but you may open only those spaces to which you have been granted access rights.
You will be shown all project spaces as directories, but you may open only those spaces to which you have been granted access rights.
====Windows 7====
The faculty file server can be reached using WebDAV over https; no VPN connection is needed.
* Open ''My Computer'' (or a ''Windows Explorer''), then select ''Tools &rarr; Map Network Drive...''
* Select a drive-letter.
* For address enter <code><nowiki>https://intercon.science.uu.nl/projects</nowiki></code> and ''connect''.
====OSX====
The faculty file server can be reached using WebDAV over https; no VPN connection is needed.  ''OSX Finder'' can be used to this end, but it does not grant writing rights.  Alternatively, use ''Cyberduck'':
* Download [http://cyberduck.ch/ Cyberduck] and establish a WebDAV (http) connection.
* For the address, enter <code><nowiki>https://intercon.science.uu.nl/projects</nowiki></code> and ''connect''.
===Using Windows 7 over SSL (works outside the UU-network, no VPN needed)===
On Windows 7 u can establish a connection through SSL, using the <code>net use</code> command.
* Open ''Start &rarr; All Programs &rarr; Accessories &rarr; Command Prompt''.  Execute the following command:
:<code>net use <drive> \\intercon.science.uu.nl@SSL\webdav.projects\<projectnaam> /user:soliscom\<solisid></code>
* For <code><drive></code> substitute an available drive letter, e.g. <code>z:</code>.<br>For <code><projectname></code> substitute the project name.<br>For <code><solisid></code> substitute your own Solis-id.<br>After you have supplied your password, the connection is established.
* Use the parameter <code>/persistent:yes</code> to establish a connection that persists after you have re-logged in on your system.
* Use <code>net use /help</code> for a list of further possibilities.
===Using Linux===
===Using Linux===
Login to a [[Linux interactive shell]], then change directory to the project tree <code>/home/projects/<projectname></code>.  The project tree is mounted read only on all Linux student PC's as <code>/home/projects</code>.
Login to a [[Linux interactive shell]], then change directory to the project tree <code>/science/projects/<projectnaam></code>.  The project tree is currently not yet mounted on all Linux student PC's.


===Using (s)FTP===
===Using (s)FTP===

Revision as of 14:47, 8 May 2018

This how to relates to the Project storage Faculty of Science page

How to mount the network drive on your computer?

Using SMB Windows 7-10

Connect to \\soliscom.uu.nl\science\projects\<projectname>

To map a project space to a drive:

  • Open My Computer (or a Windows Explorer, then select Tools → Map Network Drive...
  • Select a drive letter.
  • Enter the project folder you want to connect to.
  • You may wish to check the Reconnect at logon option: this will ensure the mapping persists when restarting your system.
  • Click Finish; you may be asked for your Solis-id and password.
  • The new drive will appear in the list of available drives and can be accessed.

Using SSL Windows 7-10

You can also use the net use command to connect to a project space

  • Open Start → All Programs → Accessories → Command Prompt. Execute the following command:
net use <drive> \\soliscom.uu.nl\science\projects\<projectname> /user:soliscom\<solisid>
  • For <drive> substitute an available drive letter, e.g. z:.
    For <projectname> substitute the project name.
    For <solisid> substitute your own Solis-id.
    After you have supplied your password, the connection is established.
  • Use the parameter /persistent:yes to establish a connection that persists after you have re-logged in on your system.
  • Use net use /help for a list of further possibilities.

Using CIFS for MacOSX

Choose Finder menu: - Go - connect to server and enter address: cifs://soliscom.uu.nl/science/projects Click + to bookmark this address.

Using WebDAV (Windows and OSX, works outside the UU-network, no VPN needed)

Connect to https://intercon.science.uu.nl/science/projects. You will be shown all project spaces as directories, but you may open only those spaces to which you have been granted access rights.

Using Linux

Login to a Linux interactive shell, then change directory to the project tree /science/projects/<projectnaam>. The project tree is currently not yet mounted on all Linux student PC's.

Using (s)FTP

See under personal storage.

Web interface on a project space

The best web platform for your project
ICT-Bèta offers several web platforms, and can advise you in your choice for a platform.
If you request a web interface for your project, this advise will also be given.

Part of a project space can be used to build and present a web site. To this end, you should put a directory 'www' in the root of the project space. The project web site works like a personal web site, with the following modifications:

  • The web interface is not automatically shown after defining the www directory, unless you have explicitly applied for it (see below).
  • The web interface is shown on the web address http://www.projects.science.uu.nl/<projectname>
  • Please note that some limitations apply to project web names: spaces are not allowed, nor special characters; ideally a project web name contains only letters a-z and digits 0-9.

Applying for a project space

A project space can be applied for through the ITS Selfservicedesk. When applying, please state the following:

  • simple name for the project space directory;
  • who should be granted read/write access (preferably as a list of Solis-ids);
  • who should be granted read-only access (preferably as a list of Solis-ids);
  • if the project space should have a web interface, what should be the project web name (preferably containing only letters a-z and digits 0-9).

See also