mirror of
https://github.com/getnamingo/registry.git
synced 2025-08-02 07:41:49 +02:00
Fixed #29
This commit is contained in:
parent
609b261533
commit
a910b80296
3 changed files with 35 additions and 3 deletions
|
@ -398,6 +398,9 @@ EOF
|
|||
sed -i "s|\$newPW = 'admin_password';|\$newPW = '$PANEL_PASSWORD';|g" /var/www/cp/bin/create_admin_user.php
|
||||
php /var/www/cp/bin/create_admin_user.php
|
||||
|
||||
echo "Downloading initial data."
|
||||
php /var/www/cp/bin/file_cache.php
|
||||
|
||||
echo -e "Installation complete!\n"
|
||||
echo -e "Next steps:\n"
|
||||
echo -e "1. Configure each component by editing their respective configuration files."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue