Skip to content

Installation

Shayan Fahimi edited this page Sep 10, 2019 · 12 revisions

Requirements

CoC is based on several open-source platforms. Since the software is deployed on the clouds, you do not need to install it for performing analysis, however, if you need to develop a new material model or like to help us improve this project, please take the following steps to fork and install this project.

You need to follow the steps carefully to be able to use all of the capabilities.

Fork the project

$ git clone https://github.com/shf/ASC_Challenge.git

Installing Python

We strongly recommend to use Linux or Windows Subsystem for Linux for this project. Python is installed by default on your system.

Create a virtual environment in your main folderfor this project. You can see the requirement list in the project main directory:

cd ASC_Challenge pip install virtualenv virtualenv venv source venv\bin\activate

Installing Django

Installing FEniCS

Installing Apache

Installing Paraview

Testing Installation

Clone this wiki locally