Mobile menu
Hi Rodrigo this issues has been solved.
- Documentation menu is missing, the bar appears on the footer, but it has no interaction
See merge request !130
Responsive issues
Hi Michael! these are the the solved items
- solved responsive design tables.
- Solved breadcrumb mobile.
- Added margin bottom to "main-content" class, in order to solve overlapping with footer.
- Added a scroll to the class "highlight-console", to improve the view in mobile
See merge request !129
The WordPress installation provides clear instructions to install
WordPress on top of a LAMP web server running Clear Linux. It requires
the completion of both the bare metal installation and the web server
installation tutorials before starting it.
Signed-off-by: Rodrigo Caballero <rodrigo.caballero.abraham@intel.com>
The tutorial provides clear instructions to install a LAMP server using
Clear Linux. LAMP servers are needed for various use cases. The tutorial
can be used for multiple use case tutorials.
Signed-off-by: Rodrigo Caballero <rodrigo.caballero.abraham@intel.com>
The bare metal installation tutorial provides detailed instructions to
install Clear Linux on a bare metal system. This is the first step for
several different use cases and it was written with reusability in mind.
Signed-off-by: Rodrigo Caballero <rodrigo.caballero.abraham@intel.com>
Updates the supported hardware list ensuring compliance with the proper
usage guidelines.
Signed-off-by: Rodrigo Caballero <rodrigo.caballero.abraham@intel.com>
Quite some time back the cli invocation for cluster status was changed,
but the documentation was not. This brings docu back in line with
current behavior.
Signed-off-by: Tim Pepper <timothy.c.pepper@linux.intel.com>
Some warnings around ordering of node/daemon startup are no longer
needed as Ciao has enabled connect/disconnect notifications and
cluster formation is more robust nowadays.
Signed-off-by: Tim Pepper <timothy.c.pepper@linux.intel.com>
update links for the ciao-deploy page
This pachset updates some broken links in the [ciao-deploy](https://clearlinux.org/documentation/ciao-deploy.html) page in clearlinux.org.
basically 2 changes:
* update broken links from clear-config-management to ciao repo
* remove unused github link
See merge request !126
The `hosts` and `group_vars/all` file links points to the
deprecated ciao content in the clear-config-management on
github instead of the new ciao repository, where the content
was moved to.
This commit changes the broken links to the new location in the
github.com/01org/ciao repository
Signed-off-by: Simental Magana, Marcos <marcos.simental.magana@intel.com>
Replaces the placeholder substitutions with the correct Clear Linux
substitutions.
Signed-off-by: Rodrigo Caballero <rodrigo.caballero.abraham@intel.com>
These steps were updated according to new features
added in OVS 6.1 and DPDK 16.07.
Signed-off-by: Mario Alfredo Carrillo Arevalo <mario.alfredo.c.arevalo@intel.com>
Changed the file structure to allow for easier and better maintenance of
the docs. Files were renamed as needed and following a consistent
convention. Added a index.rst to every folder allowing for partial
builds of the docs. Included content previously left out of the docs
build. The commit also performs minimal housekeeping.
Signed-off-by: Rodrigo Caballero <rodrigo.caballero.abraham@intel.com>
Clear Linux now enables software updates run automatically by
default. This change notifies users of this behavior as well as how to
disable and reenable it.
update ciao deploy with new location of ansible playbooks
This PR changes the documentation to reflect the adoption of the ansible playbooks into the [ciao repo](https://github.com/01org/ciao/)
See merge request !120
Some parts of the Ciao cluster setup document still referenced really old
command line style which no longer works. This commit updates the older
"ciao-cli -command" invocations to the newer "ciao-cli command" (ie: no
'-') style.
Signed-off-by: Tim Pepper <timothy.c.pepper@linux.intel.com>
update ciao-deploy page with new container instructions
This merge request updates the instructions on the ciao-deploy page, asking the user to download the ansible playbooks to keep them persistent
See merge request !116
the new ciao-deploy container mounts the ansible
files from the docker host instead of those being provided
by the container. This allows the user to keep a persistent
configuration files, useful when deploy takes place more than once.
Signed-off-by: Simental Magana, Marcos <marcos.simental.magana@intel.com>