|
@@ -1,10 +1,21 @@
|
|
|
-Empty LAMP Stack.
|
|
|
+## Cloudron LAMP Stack
|
|
|
|
|
|
-Use `cloudron push` to copy files into `/app/data/public/` and `cloudron exec` to get a remote terminal.
|
|
|
+LAMP is an archetypal model of web service stacks, named as an acronym of the names of its original four open-source components: the Linux operating system,
|
|
|
+the Apache HTTP Server, the MySQL relational database management system (RDBMS), and the PHP programming language.
|
|
|
|
|
|
+
|
|
|
+### Remote Terminal
|
|
|
+
|
|
|
+Use `cloudron exec` for a remote shell connection into the app to adjust configuration files like `php.ini`.
|
|
|
See [here](https://cloudron.io/references/cli.html) for how to get the `cloudron` command line tool.
|
|
|
|
|
|
-This app also has webdav enabled to work with the public folder. Prepend `/webdav/` to your applications url and connect with a webdav enabled client.
|
|
|
+
|
|
|
+### File System Access
|
|
|
+
|
|
|
+This app also bundles [ProFTPD](http://www.proftpd.org/) which provides `sftp://` access. Use your preferred ftp client to manage all files on the server.
|
|
|
+
|
|
|
+
|
|
|
+### Execution Environment
|
|
|
|
|
|
If you want to run for example a custom WordPress within this app, please note that the code will run behind a nginx proxy.
|
|
|
Apps like WordPress require you to let the app know about that fact.
|