92
94
ALTER USER postgres WITH ENCRYPTED PASSWORD '<***password***>';
97
101
# ===============================
98
102
# Check out the IVLE trunk
100
108
# Says the SourceForge certificate authority is not trusted.
101
109
# I chose "Accept (p)ermanently" - Problem??
103
111
# Create a postgres database
105
113
sudo -u postgres createdb ivle
108
116
# NOTE: From this point onwards it is 7.10 (Gutsy) specific. This is because I
109
117
# never was able to get IVLE to build with all dependencies on Dapper.