Browse Source
Explain the location of the files (/var/www/my_webapp/www)
pull/57/head
Alexandre Aubin
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
6 additions and
4 deletions
-
sources/www/index.html
|
|
@ -7,10 +7,12 @@ |
|
|
<h1>It works!</h1> |
|
|
<h1>It works!</h1> |
|
|
<p>Congratulation, you have just installed your custom web app.</p> |
|
|
<p>Congratulation, you have just installed your custom web app.</p> |
|
|
|
|
|
|
|
|
<h2>Access your site</h2> |
|
|
|
|
|
|
|
|
<h2>Edit this site</h2> |
|
|
<p> |
|
|
<p> |
|
|
You can access to your site - e.g. to put content, change this wonderful |
|
|
|
|
|
page - using SFTP. You can use a client application for that such as |
|
|
|
|
|
|
|
|
First way to edit this site is by putting your files in /var/www/__APP__/www using SSH/SCP. |
|
|
|
|
|
</p> |
|
|
|
|
|
<p> |
|
|
|
|
|
Alternatively you can achieve the same thing using SFTP. To do so, you can use a client application such as |
|
|
<a href="https://filezilla-project.org/download.php?type=client" target="_blank">FileZilla</a>. |
|
|
<a href="https://filezilla-project.org/download.php?type=client" target="_blank">FileZilla</a>. |
|
|
Here are the SFTP connection details: |
|
|
Here are the SFTP connection details: |
|
|
</p> |
|
|
</p> |
|
|
@ -18,7 +20,7 @@ |
|
|
<dt>Domain</dt> |
|
|
<dt>Domain</dt> |
|
|
<dd>__DOMAIN__</dd> |
|
|
<dd>__DOMAIN__</dd> |
|
|
<dt>Port</dt> |
|
|
<dt>Port</dt> |
|
|
<dd>22 (or the port you defined <a href="https://yunohost.org/#/security_fr">if you change the ssh port</a>)</dd> |
|
|
|
|
|
|
|
|
<dd>22 (or the port you defined <a href="https://yunohost.org/#/security_fr">if you changed the ssh port</a>)</dd> |
|
|
<dt>User</dt> |
|
|
<dt>User</dt> |
|
|
<dd>__APP__</dd> |
|
|
<dd>__APP__</dd> |
|
|
<dt>Password</dt> |
|
|
<dt>Password</dt> |
|
|
|