Skip to content
forked from lanttu/SoftGIS

SoftGIS is an open source Geographic Information System. It provides easy tools for participatory geography research, for example making questionairs which allow marking places in the replys.

Notifications You must be signed in to change notification settings

playsign/SoftGIS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This SoftGIS project is an open source effort, initiated by geography researchers in Oulu, Finland and developed for them by Playsign. It is currently in use, but there is no public demo. We may set up one later.

Installation instructions, in Finnish:

Vaatimukset

  • HTTP-palvelin
  • Apachea käytetty
  • Periaatteessa mikä vain, jossa CakePHP toimii
  • Tietokantaohjelmisto
  • MySQL:n kanssa käytetty
  • Periaatteessa mikä vain CakePHP:n tukema
  • PHP5
  • CakePHP:n vaatimukset

Asennusohjeet

  1. Asenna HTTP-palvelin, tietokantaohjelmisto ja PHP
  2. Lataa ja asenna CakePHP versio 1.3. CakePHP:n yleiset asennuseohjeet löytyvät oheisesta linkistä.
  3. Lataa SoftGIS paketti Githubista.
  4. Pura SoftGIS paketti CakePHP:n asennuksen päälle niin että tiedosto index.php ja kansio app/ korvaantuvat.
  5. Asetukset
  6. Mene app/config kansioon
  7. Nimeä uudelleen core.php.default -> core.php
  8. Nimeä uudelleen database.php.default -> database.php
  9. Aseta tietokannan asetukset database.php tiedostoon
  10. Tietokannan luonti CakePHP:n console työkalulla
  11. Mene app/ kansioon
  12. Aja käsky ../cake/console/cake schema create -file app.php App
  13. Käsky luo tietokantaan tarvittavat taulut
  14. Ohjeita consolen käyttöön

CakePHP:n versio

CakePHP versio 1.3.10

About

SoftGIS is an open source Geographic Information System. It provides easy tools for participatory geography research, for example making questionairs which allow marking places in the replys.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 75.2%
  • PHP 24.8%