Page MenuHomePhabricator

phorge install example

Authored By
Dzahn
Feb 8 2023, 11:39 PM
Size
897 B
Referenced Files
None
Subscribers
None

phorge install example

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

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)

Event Timeline