Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 949 Bytes

README.md

File metadata and controls

45 lines (32 loc) · 949 Bytes

XTheme Server

XTheme Website Server

Installation

git clone [email protected]:xtheme-project/server.git
cd server
composer install

Configuration

cp app/config/parameters.yml.dist app/config/parameters.yml

Next, create a yml file in app/config/domains for each domain you want the server to host.

For example localhost.yml

---
site:
    path: /data/git/xtheme-project/core/sites/demo
theme:
    path: /data/git/xtheme-project/core/themes/demo

Starting the server:

php -S 0.0.0.0:54321 -t web/

Now you can open http://localhost:54321 to view the site

License

MIT (see LICENSE)

Brought to you by the LinkORB Engineering team


Check out our other projects at linkorb.com/engineering.

Btw, we're hiring!