Hardware Reference
In-Depth Information
Downloading the project code and setting
permissions
We prepared our server to have its environment ready for Leed, so after getting the
latest version, we'll get it working with Apache by performing the following steps:
1.
From your home , retrieve the latest project's code. It will also create a
dedicated directory:
debian@arm:~$ git clone https://github.com/ldleman/Leed.git
debian@arm:~$ ls
mediadrop mjpg-streamer Leed music
2. Now, we need to put this new directory where the Apache server can find it:
debian@arm:~$ sudo mv Leed /var/www/
3.
Change the permissions for the application:
debian@arm:~$ chmod 777 /var/www/Leed/ -R
Installing Leed
When you go to the server address ( http//192.168.0.15/leed/install.php ),
you'll get the following installation screen:
We now need to fill in the database details that we previously defined and add
the Administrator credentials as well. Now save and quit. Don't worry about the
explanations, we'll discuss these settings thereafter.
It's important that all items from the prerequisites list on the right are green.
 
Search WWH ::




Custom Search