Wiki » History » Version 3
Padraig Gleeson, 30 Apr 2014 14:57
1 | 1 | Padraig Gleeson | Installation |
---|---|---|---|
2 | 1 | Padraig Gleeson | ------------ |
3 | 1 | Padraig Gleeson | |
4 | 1 | Padraig Gleeson | Details on getting a local copy of the project and running the NeuroML/LEMS version. |
5 | 1 | Padraig Gleeson | |
6 | 1 | Padraig Gleeson | ### Clone the project |
7 | 1 | Padraig Gleeson | |
8 | 1 | Padraig Gleeson | To get a local copy of this project, [install Git](http://www.opensourcebrain.org/projects/gitintro/wiki/Wiki) and type: |
9 | 1 | Padraig Gleeson | |
10 | 1 | Padraig Gleeson | git clone https://github.com/OpenSourceBrain/PinskyRinzelModel.git |
11 | 1 | Padraig Gleeson | |
12 | 1 | Padraig Gleeson | ### Run using jNeuroML |
13 | 1 | Padraig Gleeson | |
14 | 1 | Padraig Gleeson | Get a copy of [jNeuroML](https://github.com/NeuroML/jNeuroML) and use the jnml utility to run the LEMS model: |
15 | 1 | Padraig Gleeson | |
16 | 2 | Padraig Gleeson | svn checkout svn://svn.code.sf.net/p/neuroml/code/jNeuroMLJar |
17 | 2 | Padraig Gleeson | git clone git://github.com/NeuroML/NeuroML2.git |
18 | 2 | Padraig Gleeson | cd jNeuroMLJar |
19 | 2 | Padraig Gleeson | ./jnml ../PinskyRinzelModel/NeuroML2/Run\_PinskyRinzel.xml |
20 | 3 | Padraig Gleeson | |
21 | 3 | Padraig Gleeson | NOTE: this model is still in development and is not yet fully implemented in NeuroML 2. |