Diskuse:155PIN2 Projekt - Informatika 2: Porovnání verzí

Z GeoWikiCZ
mBez shrnutí editace
mBez shrnutí editace
Řádek 15: Řádek 15:
        RW+    =  @landa
        RW+    =  @landa
</pre>
</pre>
== PostGIS ==
createuser -D -R -S -P <user>
GRANT ALL ON geometry_columns TO <user>;
GRANT SELECT ON spatial_ref_sys TO <user>;


== TODO ==
== TODO ==


* navod pro git linux/windows
* navod pro git linux/windows

Verze z 21. 3. 2011, 18:07

Trac

htpasswd /opt/trac/pin2/.htpasswd user
trac-admin /opt/trac/pin2 permission add user student

Git

Soubor conf/gitolite.conf:

	repo    pin2/2011
	        RW+     =   @landa

PostGIS

createuser -D -R -S -P <user>
GRANT ALL ON geometry_columns TO <user>;
GRANT SELECT ON spatial_ref_sys TO <user>;

TODO

  • navod pro git linux/windows