Differences between revisions 1 and 10 (spanning 9 versions)
Revision 1 as of 2015-11-06 17:27:20
Size: 512
Editor: AndrewStone
Comment:
Revision 10 as of 2023-06-22 10:45:18
Size: 1062
Editor: HungTa
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
 Here is the procedure for installing the safplus packages on ubuntu 14.04:  Here is the procedure for installing the safplus 7.0 on ubuntu 22.04:
Line 6: Line 6:
 * wget -q -O - http://download.openclovis.com/files/debian/OpenClovis.asc | sudo apt-key add -
 * sudo sh -c 'echo "deb http://download.openclovis.com/files/debian trusty contrib" >> /etc/apt/sources.list.d/safplus.list'
    Alternate: sudo add-apt-repository "deb http://download.openclovis.com/files/debian $(lsb_release -s -c) contrib"
 * sudo apt-get update
 * sudo apt-get install safplus
 * 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 SAFplus model using the SAFplus-IDE:
   * cd src/ide
   * python ./safplus_ide.py
 <<BR>>
 <<BR>>
 After creating a model, building and making images, let deploy images to nodes.
 * With the first node: start it by: etc/init.d/safplus start --load-cluster-model (applied for System Controller Node)
 * With the next nodes: start it by: etc/init.d/safplus start

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 SAFplus model using the SAFplus-IDE:
    • cd src/ide
    • python ./safplus_ide.py



    After creating a model, building and making images, let deploy images to nodes.

  • With the first node: start it by: etc/init.d/safplus start --load-cluster-model (applied for System Controller Node)
  • With the next nodes: start it by: etc/init.d/safplus start

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