mirror of
https://github.com/JLiscom/OpenNote.git
synced 2026-04-25 08:15:48 +03:00
[GH-ISSUE #72] Documentation request #65
Labels
No labels
bug
enhancement
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/OpenNote-JLiscom#65
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @abalage on GitHub (Jul 28, 2014).
Original GitHub issue: https://github.com/JLiscom/OpenNote/issues/72
Hello,
I am still using the 'old' (13.10) version of OpenNote and wanted to try out 14.07 however I could not find any guide or documentation which would guide me regarding the upgrade.
I see a lot of js related new stuff which are new for me. Can you please write a guide for 'newbies' about what dependencies are required (I see something which looks like a dependency list in package.json) and how to get them up and running? Taking into account OpenNoteService-PHP as well.
Thanks a lot in advance.
@JLiscom commented on GitHub (Jul 28, 2014):
Here you go:https://github.com/FoxUSA/OpenNote/blob/master/Doc/Upgrade.md
Are you using MySQL or SQLite?
Also,
Its important you download from the release section not just cloning the repo.
You can find the most resent release here https://github.com/FoxUSA/OpenNote/releases
@JLiscom commented on GitHub (Jul 29, 2014):
@abalage were you able to upgrade?
@abalage commented on GitHub (Jul 31, 2014):
Yes, the release archive (.zip in my case) made a difference.
It works now though I had to adopt my nginx config to utilize the rewrite rules from .htaccess.
Now I have some issues with accented characters but I will file a new issue about it.
Some thoughts about upgrade:
Thanks.
@JLiscom commented on GitHub (Aug 6, 2014):
@abalage you can simply delete the old folder. Its all new in this release.
The only dependency is config vales
@abalage commented on GitHub (Aug 6, 2014):
@FoxUSA thank you for the clarification