For Windows:
Steps to setup
- Fork & Clone the repository
- Use the "UpdateAllorsFromUpstreamRemote.cmd" to pull updates from upstream remote or make your own
- Copy the "config" directory in the root directory of your project location. For example if you project is anywhere in "C" drive, place the "config" folder in "C:" (assuming you're using windows)
- Create database(s). Best to use the same name used in the configuration files provided.
- Type in "nuke" in Command Prompt or Power Shell to build and wait patiently until the process is completed
- Run "Commands.cmd"
- Type in "populate" to migrate
- If you want to populate with some demo data, type in "populate -d"
- Now your project is almost ready to run
Steps to run
- Run "Server.cmd" to start the backend
- Run "Intranet.cmd" to start the frontend client
- Go to the url shown in the terminal/console and voila!
- Now in the login screen, use "administrator" as username and keep password empty
After you've cloned Allors-v2, do the following while in the project directory:
git remote add upstream https://github.com/Allors/allors3.git
Confirm addition of new upstream remote by running: git remote -v