You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a new database user in your MySQL database server and give him access to a new database.
Copy all files (including hidden ones like .htaccess files) from this folder, except readme.txt and release_notes.txt.
If you are using Mac OS, Linux, Unix, BSD or system alike make sure the permissions on the files are correct. Here is an overview of how it should be:
750 config/ with the group being the apache runtime user-group
755 data/ with the group being the apache runtime user-group
775 data/gallery recursively, with the group being the apache runtime user-group
775 data/members with the group being the apache runtime user-group
775 data/programs with the group being the apache runtime user-group
775 data/share with the group being the apache runtime user-group
775 data/gallery with the group being the apache runtime user-group
664 data/gallery/* all files in this folder; with the group being the apache runtime user-group
Access your newly created BNote instance. An installation script should come up where you can setup the system.
Remove install.php from the document root of your BNote instance.
How to update an existing BNote instance?
Copy all files (including hidden ones like .htaccess files) from this folder, except:
all files from the config/ folder including the folder itself
readme.txt
release_notes.txt
Open the config/config.xml file in the subdirectory of this folder in an editor of your choice.
Compare the config.xml file with the config.xml file of your current instance and add the missing tags.
Execute update_db.php to update your database schema.