-
Notifications
You must be signed in to change notification settings - Fork 0
Installation Guide
To install the software you need to fullfil the following requirements:
- Apache 2 Webserver with at least 20mb HDD space
- PHP 5.1.2 or higher installed on the webserver
- .htaccess usage activated, i.e. ModRewrite on
- File access to the webserver, e.g. using FTP
- HTTP(s) access to the webserver, e.g. using your browser
- MySQL 5.1 or higher Database Server
For local installations of the software on your computer (e.g. for development purposes) please install the components mentioned above separately or use XAMPP or similar software.
Once you have set up your server system, clone the repository to your local disk. The proceed as follows:
- Upload the files to your server. Make sure the .htaccess files have been uploaded and they are working.
- Change the database.xml file in the config/ directory to suit your database credentials.
- Execute the database_init.sql script on your database server. Make sure the script is executed on the right database.
- Open your browser and navigate to the address where you setup the software. In case you were successful installing the software, you should be able to login.
In the releases folder of this repository you can find a set of updates, addons, patches, hotfixes and more. To install them, download the zip file and read the instructions in the readme.txt file. There it's described how to install the update/patch/fix/addon.
A release of the jQuery Mobile WebApp can also be found in the releases folder. Download it, unzip it, upload it to the server and make sure the following two variables in the main.js file are set correctly:
-
srv_urlon line 2: Set it to the Base URL of your BNote installation -
srv_locationon line 3: Set it to the folder location where the bna-json.php file is. This file conatins the interface implementation of the REST API for the app.