-
-
Notifications
You must be signed in to change notification settings - Fork 406
Description
I'm not completely familiar with PHP after not using it for 15 years but I'm very familiar with docker, Linux, and such. I've been running through the Ubuntu documentation to try and get Statamic up and running in a Ubuntu container sans additional tooling or aids — the expectation being that Ubuntu VM or Ubuntu container, there shouldn't be too much of a difference.
However, following the documentation for Installing on Ubuntu doesn't lead to a working installation. If anything, it appears that the example.com directory contains just the repo, and not a working site.
Is the Ubuntu documentation tested and validated as working?
What is the expected file output of composer create-project --prefer-dist statamic/statamic example.com?
drwxrwxrwx 1 www-data www-data 4.0K Apr 10 12:59 .
drwxr-xr-x 1 root root 4.0K Apr 10 12:54 ..
-rwxrwxrwx 1 www-data www-data 1.8K Apr 2 15:16 README.md
drwxrwxrwx 1 www-data www-data 4.0K Apr 2 15:16 app
-rwxrwxrwx 1 www-data www-data 1.7K Apr 2 15:16 artisan
drwxrwxrwx 1 www-data www-data 4.0K Apr 2 15:16 bootstrap
-rwxrwxrwx 1 www-data www-data 2.2K Apr 2 15:16 composer.json
-rwxrwxrwx 1 www-data www-data 404K Apr 10 12:54 composer.lock
drwxrwxrwx 1 www-data www-data 4.0K Apr 2 15:16 config
drwxrwxrwx 1 www-data www-data 4.0K Apr 2 15:16 content
drwxrwxrwx 1 www-data www-data 4.0K Apr 2 15:16 database
drwxrwxrwx 1 www-data www-data 4.0K Apr 2 15:16 lang
-rwxrwxrwx 1 www-data www-data 343 Apr 2 15:16 package.json
-rwxrwxrwx 1 www-data www-data 1.2K Apr 2 15:16 phpunit.xml
-rwxrwxrwx 1 www-data www-data 1.7K Apr 2 15:16 please
-rwxrwxrwx 1 www-data www-data 94 Apr 2 15:16 postcss.config.js
drwxrwxrwx 1 www-data www-data 4.0K Apr 2 15:16 public
drwxrwxrwx 1 www-data www-data 4.0K Apr 2 15:16 resources
drwxrwxrwx 1 www-data www-data 4.0K Apr 2 15:16 routes
drwxrwxrwx 1 www-data www-data 4.0K Apr 2 15:16 storage
-rwxrwxrwx 1 www-data www-data 374 Apr 2 15:16 tailwind.config.js
drwxrwxrwx 1 www-data www-data 4.0K Apr 2 15:16 tests
drwxrwxrwx 1 www-data www-data 4.0K Apr 2 15:16 users
drwxrwxrwx 1 www-data www-data 4.0K Apr 10 12:54 vendor
-rwxrwxrwx 1 www-data www-data 589 Apr 2 15:16 vite.config.js
To me, this doesn't match what I'd expect. Any assistance would be appreciated.