Difference between revisions of "Dashboard Technical Specifications"
From DolceraWiki
(→Configuration Parameters) |
|||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
==Installation and Setup== | ==Installation and Setup== | ||
The server hardware and software installation steps are described below: | The server hardware and software installation steps are described below: | ||
Line 110: | Line 18: | ||
#* IP address of the web application server | #* IP address of the web application server | ||
# Run the installer as superuser (sudo) | # Run the installer as superuser (sudo) | ||
+ | #* The installer will set up and configure the database, ensure that PHP5 is set up with the web server, install the web application, and test the connection from the web application to the database | ||
− | === | + | ===Testing the Application=== |
Once the software installation is complete, log into the application: | Once the software installation is complete, log into the application: | ||
URL: http://localhost/auth/ | URL: http://localhost/auth/ | ||
Line 118: | Line 27: | ||
===Setting up Users=== | ===Setting up Users=== | ||
− | + | # Log in as the administrator (username: admin) | |
− | # | + | # Create users and assign privileges |
− | + | ===Setting up a New Dashboard=== | |
− | ===Dashboard | + | |
− | === | + | ===Best Practices=== |
− | + | # Apply the latest database and web server patches | |
+ | # Change the admin password by logging into the server http://servname/auth |
Revision as of 07:19, 11 April 2012
Contents
Installation and Setup
The server hardware and software installation steps are described below:
Hardware Installation
The server landscape can be configured with the database and web application running on the same server; alternately, the two can run on different servers.
- Set up a server with the specifications described above
- Ensure the operating system has the latest updates applied to it
- Ensure that both the web server and the database server (if separate) are connected to the network
Software Installation
- Configure the Apache web server to listen on port 80 for the web application server
- Configure the database server with the appropriate database version (specified in the Software Requirements section)
- Download the Dolcera Dashboard installation package (Dolcera_Dashboard_vxxx.zip) to the server from the location provided by the Dolcera representative
- Unzip the folder in any directory (e.g. /tmp)
- Edit the following information in the config.ini file
- IP address of the database server
- Database administrator username and password
- IP address of the web application server
- Run the installer as superuser (sudo)
- The installer will set up and configure the database, ensure that PHP5 is set up with the web server, install the web application, and test the connection from the web application to the database
Testing the Application
Once the software installation is complete, log into the application: URL: http://localhost/auth/ Username: admin Password: admin (you will be able to change the password thereafter)
Setting up Users
- Log in as the administrator (username: admin)
- Create users and assign privileges
Setting up a New Dashboard
Best Practices
- Apply the latest database and web server patches
- Change the admin password by logging into the server http://servname/auth