-
Notifications
You must be signed in to change notification settings - Fork 24
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
[ENH] Revamp cypht installation documentation #46
[ENH] Revamp cypht installation documentation #46
Conversation
04786a6
to
0212d33
Compare
install.html
Outdated
Using Docker is one of the easiest way to install cypht as the cypht docker image comes with all the steps required in the manual instalation done for you. But the bad news is that this instllation way requires docker knowledge.<br/> | ||
Here is the cypht docker repository: <a href="https://hub.docker.com/r/sailfrog/cypht-docker">https://hub.docker.com/r/sailfrog/cypht-docker</a><br/> | ||
To run containers required by cypht, please, first make sure you have docker and docker-compose installed on your system, then take a look on the section "exemple docker-compose" of repository overview, then do the following: | ||
<ul> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rodriguezny I think it is an error to put ul tag inside a p tag
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, it is not considered as valid html, I fixed it. Thanks!
install.html
Outdated
@@ -202,6 +213,50 @@ <h4>7. Other INI files</h4> | |||
|
|||
</ul> | |||
|
|||
<h2>2. Install Cypht within Tiki</h2> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rodriguezny shouldn't be the last way of installing cypht ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated!
0212d33
to
19e977e
Compare
19e977e
to
34563df
Compare
Cypht has now 4 different installation ways: manual installation, installation via docker using cypht docker image and installation on a YunoHost server. So This pull request revamps the doc with these 3 new ways explained/