accessing phpbb using headless server (CLI)

Discussion of non-phpBB related topics with other phpBB.com users.
Forum rules
General Discussion is a bonus forum for discussion of non-phpBB related topics with other phpBB.com users. All site rules apply.
Post Reply
pss101
Registered User
Posts: 2
Joined: Tue Jul 26, 2022 4:47 pm

accessing phpbb using headless server (CLI)

Post by pss101 »

Hi,
I'm just doing my project on phpbb installation through a headless linux server. Now i'm kind of need some help to access and make some text file changes or config file changes from the headless server and this change should be reflected on the phpbb board.

Can someone help on this ??


//Thanks.
Last edited by thecoalman on Fri Jul 29, 2022 3:50 am, edited 1 time in total.
Reason: Moved to General Discussion
User avatar
warmweer
Jr. Extension Validator
Posts: 11277
Joined: Fri Jul 04, 2003 6:34 am
Location: Van Allen Bel ... gium
Contact:

Re: accessing phpbb using headless server (CLI)

Post by warmweer »

see: Install phpBB using the CLI

However, it's unclear as to what you want: what textfile or config changes are you referring to?
Spelling is freeware, which means you can use it for free.
On the other hand, it is not open source, which means you cannot change it or publish it in a modified form.


Time flies like an arrow, but fruit flies like a banana.
User avatar
lurttinen
Translator
Posts: 4728
Joined: Tue Sep 21, 2004 12:05 pm

Re: accessing phpbb using headless server (CLI)

Post by lurttinen »

chmod for file permissions
chown for file owners and groups
nano for file edits
ls -l for directory listing that shows permissions and owner:group of the file
sudo, or su or sudo su to take root powers (admin mf) if some stupid file does not want to save changes. :lol:
www root is usually at/var/www/html and server config files at /etc each one in their own directory.

What exactly you need to modify?
Signature is here
pss101
Registered User
Posts: 2
Joined: Tue Jul 26, 2022 4:47 pm

Re: accessing phpbb using headless server (CLI)

Post by pss101 »

Hi,
Thanks for the reply. Not any specific files. I'm just learning to make some basic changes or admin level changes from the headless server which should reflect in the phpbb application (that runs on a different server).

Please let me know some guide or steps for the same.

Thanks...
User avatar
thecoalman
Community Team Member
Community Team Member
Posts: 5885
Joined: Wed Dec 22, 2004 3:52 am
Location: Pennsylvania, U.S.A.
Contact:

Re: accessing phpbb using headless server (CLI)

Post by thecoalman »

Moved this to general discussion as this doesn't appear to be phpBBB support topic but a server admin topic.

While there is plenty of people here that may be able to provide you with some help it's best to seek advice where they support your server applications.
“Results! Why, man, I have gotten a lot of results! I have found several thousand things that won’t work.”

Attributed - Thomas Edison
Post Reply

Return to “General Discussion”