XTheme Website Server
git clone [email protected]:xtheme-project/server.git
cd server
composer install
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
php -S 0.0.0.0:54321 -t web/
Now you can open http://localhost:54321 to view the site
MIT (see LICENSE)
Check out our other projects at linkorb.com/engineering.
Btw, we're hiring!