Changes

Jump to navigation Jump to search
1,010 bytes added ,  17:14, 28 March 2016
# The drive should now appear on your Finder menu sidebar.
===Connecting the Database Server===
 
You can map the database server's drive in the same way that you map the bulk drive on the RDP server. The details are:
IP address: 128.42.44.181
username (you don't need to specify the domain): researcher
password: 9million
 
You can connect the database server from your laptop or from the RDP. For connecting from the RDP, follow the connection for connecting from windows.
 
====Connecting to the dbase server from windows====
 
*Download putty.exe (its free)
*Connect to 128.42.44.181 (save your connection for later)
*Username: researcher
*Password: 9million
 
====Connecting to the dbase server from mac====
 
*Open a terminal
*Connect using (on the first time you have to accept the certificate):
ssh 128.42.44.181
*Same username and password as above
 
====Using the Dbase server====
 
Change directory to your project's directory and the open a connection to the dbase server:
cd /bulk/whatever
psql yourdb
 
To create a dbase, just type:
createdb yourbdname
 
=== Using the Normalize Fixed Width Script ===
Anonymous user

Navigation menu