joker c2e6ec83fc 更新 'README.md' | 4 năm trước cách đây | |
---|---|---|
app | 4 năm trước cách đây | |
src | 4 năm trước cách đây | |
web | 5 năm trước cách đây | |
.gitignore | 9 năm trước cách đây | |
.travis.yml | 5 năm trước cách đây | |
LICENSE | 13 năm trước cách đây | |
README.md | 4 năm trước cách đây | |
composer.json | 4 năm trước cách đây | |
composer.lock | 4 năm trước cách đây | |
phpunit.xml.dist | 6 năm trước cách đây |
Package Repository Website for Composer, see the about page on packagist.org for more.
This project is not meant for re-use.
It is open source to make it easy to contribute. We provide no support if you want to run your own, and will do breaking changes without notice.
Check out Private Packagist if you want to host your own packages.
These steps are provided for development purposes only.
packagist
- for the web apppackagist_test
- for running the testsInstall dependencies:
composer install
The composer install will prompt you for the database connection details on first install.
Setup the database:
app/console doctrine:schema:create
Start the web server:
symfony serve
Run a CRON job app/console packagist:run-workers
to make sure packages update.
You should now be able to access the site, create a user, etc.