Skip to content

allors/allors2

Repository files navigation

Build Status

Setup & Usage:

For Windows:

Steps to setup

  1. Fork & Clone the repository
  2. Use the "UpdateAllorsFromUpstreamRemote.cmd" to pull updates from upstream remote or make your own
  3. 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)
  4. Create database(s). Best to use the same name used in the configuration files provided.
  5. Type in "nuke" in Command Prompt or Power Shell to build and wait patiently until the process is completed
  6. Run "Commands.cmd"
  7. Type in "populate" to migrate
  8. If you want to populate with some demo data, type in "populate -d"
  9. Now your project is almost ready to run

Steps to run

  1. Run "Server.cmd" to start the backend
  2. Run "Intranet.cmd" to start the frontend client
  3. Go to the url shown in the terminal/console and voila!
  4. Now in the login screen, use "administrator" as username and keep password empty

How to move changes to Allors-v3

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