Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F36816496
phorge install example
No One
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Authored By
Dzahn
Feb 8 2023, 11:39 PM
2023-02-08 23:39:04 (UTC+0)
Size
897 B
Referenced Files
None
Subscribers
None
phorge install example
View Options
fix mysql prives for phorge install:
- become real root user (NOT sudo)
- mysql -u root -p <enter>
- ALTER USER 'root'@'localhost' IDENTIFIED BY 'MyN3wP4ssw0rd';
root@phorge-1001:/srv/phorge# ./bin/config set mysql.pass MyN3wP4ssw0rd
$ ./bin/storage upgrade
Before running storage upgrades, you should take down the web interface and
stop any running daemons (you can disable this warning with --force).
systemctl stop apache2
Are you ready to continue? [y/N] y
Loading quickstart template onto "localhost"...
...
Applying schema adjustments...
Done.
Completed applying all schema adjustments.
ANALYZE Analyzing tables...
Done.
ANALYZED Analyzed 527 table(s).
systemctl start apache2
File Metadata
Details
Attached
Mime Type
text/plain; charset=utf-8
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
10706261
Default Alt Text
phorge install example (897 B)
Attached To
Mode
P43914 phorge install example
Attached
Detach File
Event Timeline
Log In to Comment