|
|
@@ -4,8 +4,8 @@ tCMS
|
|
|
A flexible perl CMS which supports multiple data models and content types
|
|
|
|
|
|
Deployment is currently:
|
|
|
-* make depend
|
|
|
-* make install
|
|
|
+* make -f Installer.mk depend
|
|
|
+* make -f Installer.mk install
|
|
|
|
|
|
Then:
|
|
|
* Set up proxy rule in your webserver
|
|
|
@@ -16,8 +16,6 @@ OR (if you want tCMS as a systemd service for the current user):
|
|
|
|
|
|
$PORT being whatever port you want it to sit on.
|
|
|
|
|
|
-TODO: Make the makefile not rewrite itself when running make! Reset for now after run.
|
|
|
-
|
|
|
A Dockerfile and deployment scripts are provided for your convenience in building/running containers based on this:
|
|
|
```
|
|
|
# Build and run the server
|