Skip to content

i2amparis/i2amparis_platform

Repository files navigation

I2AMPARIS Project

Install project locally

  1. Clone the repository
  2. Go to project directory
  3. Create virtual environment (python 3.7)
  4. Install all requirements:
pip install -r requirements.txt
  1. Run server:
python3 manage.py runserver 0.0.0.0:8000
  1. Apply migrations:
python3 manage.py migrate
  1. Use SQL files or pg_dump file to populate the database. (if you use the pg_dump file you will have to manually delete the tables created by the migrate command and re-initialise the tables' sequences)

**The contact and evaluation services do not work in localhost.

Access Point: http://localhost:8000

About

A open-source platform for exchanging modelling results in support of climate policy

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors