Skip to content

IHCantabria/Sodin.Web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SODIN Web

SODIN is an operational system for flooding damages, able to collect damage information originated during and after flooding episodes on rivers and coast. SODIN Web is a web viewer that let the user locate and filter past events on a map and navigate through event's captured data on a user friendly timeline.

Installation

  1. Restore data from db folder (SodinBD and TestSodinBD) on your MongoDB server. For example:
mongorestore --archive= db/SodinBD/sodin.archive --host xxx.xxx.xxx.xxx:xxxx --nsFrom SodinBD.* --nsTo SodinBD.* --username xx --password xxx
  1. Rename config.example.json to config.json, and set connection properties
{  
  "MongoDb": {
    "connection": "yourConnectionString",
    "name": "SodinBD"
  }
}
  1. Install grunt: npm install -g grunt-cli
  2. Run grunt task build
  3. Publish the web on IIS in your server

Usage

Use your regular browser and navigate to the web site

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Built With

Credits

IH Cantabria

License

Licensed under the GNU General Public License v3.0 - see the LICENSE.md file for details

At runtime it uses: