-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #26 from AToMPM/update-version
Update version to 0.7.0.
- Loading branch information
Showing
5 changed files
with
54 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Changelog | ||
|
||
All notable changes to AToMPM will be documented in this file. | ||
|
||
## [Unreleased] | ||
|
||
## [0.7.0] - 2018-05-16 | ||
|
||
### Added | ||
|
||
- Add extension info when loading/saving | ||
|
||
### Fixed | ||
|
||
- Fixed workflows such that they now execute | ||
|
||
### Removed | ||
|
||
- Removed guest directory from users | ||
- Removed autosave files from default directory | ||
|
||
## Other | ||
- Moved project to GitHub | ||
- Added continuous integration |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,38 @@ | ||
# AToMPM - A Tool for Multi-Paradigm Modelling | ||
|
||
## Installation and Usage | ||
|
||
### Windows | ||
|
||
To install AToMPM on Windows, follow these steps: | ||
* Download and install the latest Python 2.7.X (32-bit) from http://python.org/download/ | ||
* Download and install python-igraph from http://www.lfd.uci.edu/~gohlke/pythonlibs/#python-igraph | ||
* Download and install node.js version 4.5.0 from https://nodejs.org/download/release/v4.5.0/ | ||
* Download and unzip the AToMPM sources from https://msdl.uantwerpen.be/git/simon/AToMPM/archive/master.zip. | ||
## Installation | ||
|
||
To install AToMPM, follow these steps: | ||
* Download and install the latest Python 2.7.X | ||
⋅⋅* Use a package manager on Linux | ||
..* Or visit http://python.org/download/ | ||
* Download and install python-igraph | ||
⋅⋅* Use the pip package manager (comes with Python) | ||
..* `pip install python-igraph` | ||
* Download and install node.js | ||
..* Use a package manager on Linux | ||
..* Or visit https://nodejs.org/en/download/ | ||
* Download and unzip the newest AToMPM release from https://github.com/AToMPM/atompm/releases | ||
* In the AToMPM folder, run the command 'npm install'. | ||
|
||
To run AToMPM on Windows, execute the `run.bat` script inside of the main AToMPM folder. | ||
|
||
### Linux | ||
## Usage | ||
|
||
Download and unzip the AToMPM sources from https://msdl.uantwerpen.be/git/simon/AToMPM/archive/master.zip. | ||
### Windows | ||
To run AToMPM on Windows, execute the `run.bat` script inside of the main AToMPM folder. | ||
|
||
To run AToMPM, execute the `run_AToMPM.sh` script inside of the main AToMPM folder. The first time you run this script, all dependencies are automatically downloaded and installed in the `dependencies/` folder. If, for any reason, the download process is interrupted or you experience problems with AToMPM, remove the `dependencies/` folder and run the script again. | ||
### Mac or Linux | ||
|
||
### Mac | ||
* Execute commands in different terminals | ||
..1. Execute `node httpwsd.js` in the main AToMPM folder | ||
..2. Execute `python2 mt\main.py` in the main AToMPM folder | ||
..3. Open a browser (preferably Chrome) and navigate to http://localhost:8124/atompm | ||
|
||
To install AToMPM on Mac, follow these steps: | ||
* Download and install the latest Python 2.7.X (32-bit) from http://python.org/download/ | ||
* Download and install python-igraph from http://www.lfd.uci.edu/~gohlke/pythonlibs/#python-igraph | ||
* Download and install node.js version 4.5.0 from https://nodejs.org/download/release/v4.5.0/ | ||
* Download and unzip the AToMPM sources from https://msdl.uantwerpen.be/git/simon/AToMPM/archive/master.zip. | ||
* In the AToMPM folder, run the command 'npm install'. | ||
* The above steps are automated by the `run_AToMPM_local.sh` script | ||
* Note that the `run_AToMPM.sh` script can automate the installation and usage of AToMPM | ||
..* The first time you run this script, all dependencies are automatically downloaded and installed in the `dependencies/` folder. | ||
..* If, for any reason, the download process is interrupted or you experience problems with AToMPM, remove the `dependencies/` folder and run the script again. | ||
|
||
To run AToMPM on Mac, follow these steps: | ||
* Execute `node httpwsd.js` in the main AToMPM folder | ||
* Execute `python mt\main.py` in the main AToMPM folder | ||
* Open a browser (preferably Chrome) and navigate to http://localhost:8124/atompm | ||
|
||
## Documentation | ||
|
||
Documentation can be found here: https://msdl.uantwerpen.be/documentation/AToMPM/index.html | ||
Documentation can be found here: https://msdl.uantwerpen.be/documentation/AToMPM/index.html |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.