Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

F OpenNebula/one#6430: Refactor overview section #2956

Merged
merged 1 commit into from
Jul 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified source/images/overview_architecture.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified source/images/overview_key-features.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ The Sunstone configuration file can be found in ``/etc/one/sunstone-server.conf`
| **Routes** |
+-----------------------------------+-----------------------------------------------------------------------------------------------------+
| ``:routes`` | List of Ruby files containing custom routes to be loaded. |
| | Check :ref:`server plugins <sunstone_dev>` for more information. |
| | Check :ref:`server plugins <ruby_sunstone_dev>` for more information. |
+-----------------------------------+-----------------------------------------------------------------------------------------------------+
| **FireEdge** |
+-----------------------------------+-----------------------------------------------------------------------------------------------------+
Expand Down
10 changes: 5 additions & 5 deletions source/integration_and_development/references/compile.rst
Original file line number Diff line number Diff line change
Expand Up @@ -207,15 +207,15 @@ To build run following:
Building Sunstone from Source
================================================================================

Please check the :ref:`Sunstone Development guide <sunstone_dev>` for detailed information

Building FireEdge from Source
================================================================================

.. prompt:: text $ auto

root@frontend:~/ $> cd ~/one/src/fireedge
root@frontend:~/ $> npm install
root@frontend:~/ $> cd ~/one
root@frontend:~/ $> scons fireedge=yes
root@frontend:~/ $> ./install.sh -F -u oneadmin -g oneadmin

Building Ruby Sunstone from Source
================================================================================

Please check the :ref:`Ruby Sunstone Development guide <ruby_sunstone_dev>` for detailed information

This file was deleted.

2 changes: 1 addition & 1 deletion source/integration_and_development/references/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ References
Building from Source Code <compile>
Build Dependencies <build_deps>
Sunstone Development <sunstone_dev>
FireEdge Sunstone Development <fireedge_sunstone_dev>
Ruby Sunstone Development <ruby_sunstone_dev>
Cloud Servers Authentication <cloud_auth>
Virtual Machine States Reference <vm_states>
Image States Reference <img_states>
Expand Down
Loading
Loading