Update installing docs

master
Skylar Ittner 6 years ago
parent ff4d58b4ce
commit 83691ebb40

@ -5,9 +5,9 @@
2. Import `database.sql` into your database server 2. Import `database.sql` into your database server
3. Edit `settings.php` and fill in your DB info 3. Edit `settings.php` and fill in your DB info
4. Set the URL of the install 4. Set the URL of the install
5. Setup "EXTERNAL_APPS" with specifics for your install. 5. Setup "apps" with specifics for your install.
6. Setup the email settings to receive alerts you configure later in ManagePanel 6. Setup the email settings to receive alerts you configure later in ManagePanel
7. Run `composer install` (or `composer.phar install`) to install dependency libraries 7. Run `composer install` (or `composer.phar install`) and `git submodule init && git submodule update` to install dependency libraries
8. Edit the database table `apikeys` and add some API keys for the other apps to use 8. Edit the database table `apikeys` and add some API keys for the other apps to use
9. From a web browser, visit `http://apps/url` (or whatever your setup is). If you did everything right, you should see a login screen. 9. From a web browser, visit `http://apps/url` (or whatever your setup is). If you did everything right, you should see a login screen.
10. Now go to `http://apps/url/setup.php` and create an admin account. 10. Now go to `http://apps/url/setup.php` and create an admin account.

Loading…
Cancel
Save