Differences between revisions 2 and 3
Revision 2 as of 2023-06-22 03:38:44
Size: 753
Editor: HungTa
Comment:
Revision 3 as of 2023-06-22 03:40:25
Size: 745
Editor: HungTa
Comment:
Deletions are marked like this. Additions are marked like this.
Line 11: Line 11:
     --> cd src/ide
     --> python ./safplus_ide.py
   * cd src/ide
   * python ./safplus_ide.py

Installation Notes

  • Here is the procedure for installing the safplus 7.0 on ubuntu 22.04:
  • Using git to clone the source code: git clone https://github.com/OpenClovis/SAFplus-Availability-Scalability-Platform.git

    • Switch to branch s7_python3.10_wxPython4.2.0: git checkout s7_python3.10_wxPython4.2.0 Pull new changes to the current branch: git pull origin s7_python3.10_wxPython4.2.0
  • Install: sudo ./install. Follow the installation instructions on the screen. Note that, the installation should take a long time (~ 1 hour) because it needs to install wxPython used by the SAFplus-IDE
  • After the installation finishes, you can start with it by creating a model:
    • cd src/ide
    • python ./safplus_ide.py

SAFplus: Installation Guide (last edited 2023-06-22 10:47:03 by HungTa)