Deployment is 9788 files #638

Closed
opened 2026-02-04 21:33:22 +03:00 by OVERLORD · 2 comments
Owner

Originally created by @vladaman on GitHub (Apr 12, 2018).

How can I make the installation more lightweight? Current deployment seems like to have 9788 files out of which are 7227 php files.

# find BookStack-0.20.3/ -type f | wc -l
9788
Originally created by @vladaman on GitHub (Apr 12, 2018). How can I make the installation more lightweight? Current deployment seems like to have 9788 files out of which are 7227 php files. ``` # find BookStack-0.20.3/ -type f | wc -l 9788 ```
OVERLORD added the Question label 2026-02-04 21:33:22 +03:00
Author
Owner

@ssddanbrown commented on GitHub (Apr 13, 2018):

Since the last release you can use composer install --no-dev which reduced the dependancies but will still bring in approx 6.8k files. Not a lot can be done upon that.

Looking in the future to have zipped-up dependencies fetched and unzipped via a script but that's still in the works and will still result in many files in /vendor

@ssddanbrown commented on GitHub (Apr 13, 2018): Since the last release you can use `composer install --no-dev` which reduced the dependancies but will still bring in approx 6.8k files. Not a lot can be done upon that. Looking in the future to have zipped-up dependencies fetched and unzipped via a script but that's still in the works and will still result in many files in `/vendor`
Author
Owner

@ssddanbrown commented on GitHub (Aug 4, 2018):

Closing since conversation has come to a close. Semi-convered / related to #161.

@ssddanbrown commented on GitHub (Aug 4, 2018): Closing since conversation has come to a close. Semi-convered / related to #161.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#638