lightwerk / surfcaptaindistribution
Lightwerk SurfCaptain Distribution
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 6
Forks: 1
Open Issues: 1
Language:Shell
Requires
- php: ~7.0
- lightwerk/surfcaptain: ^1.1
- lightwerk/surfrunner: ^1.1
- lightwerk/surftasks: ^2.0
- neos/flow: ^3.0
- typo3/surf: ^0.9
- typo3/swiftmailer: *
Requires (Dev)
- mikey179/vfsstream: ^1.4
- neos/buildessentials: ^3.0
- phpunit/phpunit: ^5.7
Suggests
- ext-pdo_sqlite: For running functional tests out-of-the-box this is required
This package is auto-updated.
Last update: 2024-10-20 00:59:37 UTC
README
To install a running SurfCaptain Instance you should use the distribution Package that holds all the composer dependencies. Follow theses steps to enter the Setup:
git clone git@github.com:lightwerk/SurfCaptainDistribution.git
cd surfcaptaindistribution
composer install
sudo ./flow core:setfilepermissions <cli-user> <www-user> <group>
Now go to http://<your-domain>/setup and follow the on-screen instructions.
Custom Configuration
You can of course manually edit your ``Configuration/Settings.yaml`. You find example Configurations within the SurfCaptain Package:
For a detailed description, refer to the Configuration.md
in the SurfCaptain Package https://github.com/lightwerk/SurfCaptain/blob/master/Documentation/Configuration.md
Further Documentation
Check out https://github.com/lightwerk/SurfCaptain/blob/master/Documentation/
Troubleshooting
If you have trouble navigating to the /setup URL, please have a look at Configuration/Routes.yaml and compare it with Packages/Application/Lightwerk.SurfCaptain/Configuration/Routes.yaml.