-rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -84,19 +84,20 @@ All other requests (html files, Javascript code, CSS stylesheets and other resou The only file that needs to be `build`, and not read directly from the file system, is the `index.html` file. In order to build this file, the following command should be executed: ./scripts/build --frontends beta gamma gamma.mobile --backends dev Once the index.html files have been built (one for each frontend) and a backend is running and has been correctly configured in the proxy script, it is possible to access the different versions of the application at the following URLs: - - `http://localhost:8888/beta/index.html` - - `http://localhost:8888/gamma/index.html` - - `http://localhost:8888/gamma/index.mobile.html` + +- `http://localhost:8888/beta/index.html` +- `http://localhost:8888/gamma/index.html` +- `http://localhost:8888/gamma/index.mobile.html` ## Installing ### PHP + MySQL backend * **PHP** Once the project has been successfully build, the application needs to be moved in a location where the web server can run it. Everything that is needed is located into `target/php`. |