Skip to content

xtheme-project/server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XTheme Server

XTheme Website Server

Installation

git clone git@github.com: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!

Releases

No releases published

Packages

No packages published