OrgManager
To install the OrgManager Development Version, follow this steps:
Open your terminal and run
git clone https://github.com/orgmanager/orgmanager
This step depends on your server
This step is different depending on the server you use. Normally you can get the process by searching "How to setup Laravel with X" and skipping the laravel install part. Instructions for hotel are provided, as it is the recommended server for development.
Open the OrgManager folder with the terminal/console and run
hotel add 'php artisan serve --port $PORT'
Now, if you configured custom domains, you can now access orgmanager.{yourtld}
. If you didn't, access localhost:2000
and click OrgManager. Yeah, it should be showing that error page, don't worry
Copy the .env.example
file to an .env
file. Open the .env file with your favourite text editor/IDE and fill the database, reCaptcha and GitHub settings (you can leave the rest empty).
Open the orgmanager folder with the terminal/console and run
composer update
and
php artisan app:install
You have now the OrgManager beta version up an running in your server! (Note that OrgManager is not auto-updated, read the updating section for more info).