# Initial setup
🦄 Chevereto V4 users
Check the updated documentation at 📦 Initial Setup (opens new window)
This will create the chevereto database tables and the Chevereto admin user. This is needed for the first time the system gets installed and it can be made using HTTP (web) or CLI.
# HTTP setup
- Go to
/install
and submit the installation form.
# CLI setup
- Run the following command:
sudo -u www-data php /var/www/html/cli.php -C install \
-u dev \
-e dev@chevereto.loc \
-x password
Option | Description |
---|---|
u | Admin username |
e | Admin email |
x | Admin password |
Setup cron →