-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c8f600c
commit d6d1f3f
Showing
25 changed files
with
213 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,9 +13,9 @@ There are different ways on how to install HOFFNUNG 3000. We tried to keep the t | |
|
||
1. Register a new account on [Heroku](https://www.heroku.com) if you don't already have one | ||
|
||
2. Click the following button to automatically deploy HOFFNUNG 3000 and a database on your Heroku server: | ||
2. Click the following link to automatically deploy HOFFNUNG 3000 and a database on your Heroku server: | ||
|
||
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/adzialocha/hoffnung3000) | ||
[https://heroku.com/deploy?template=https://github.com/adzialocha/hoffnung3000](https://heroku.com/deploy?template=https://github.com/adzialocha/hoffnung3000) | ||
|
||
3. Choose a name and region, then click `Deploy app`. Wait until the installation finished on your server | ||
|
||
|
@@ -29,6 +29,8 @@ Please note that **this simple setup is not recommended for official festival se | |
|
||
For this setup we assume you already have a running [NodeJS server environment](https://www.digitalocean.com/community/tutorials/how-to-set-up-a-node-js-application-for-production-on-ubuntu-16-04), SMTP mail server and a [PostgreSQL database](https://www.digitalocean.com/community/tutorials/how-to-install-and-use-postgresql-on-ubuntu-16-04) installed. | ||
|
||
You can find the source code of HOFFNUNG 3000 in a git repository hosted on: [github.com/adzialocha/hoffnung3000](https://github.com/adzialocha/hoffnung3000). | ||
|
||
### Requirements | ||
|
||
* Server with [NodeJS](https://nodejs.org/en/) environment (tested with v10.12.0) | ||
|
@@ -97,7 +99,7 @@ npm run db:migrate | |
npm run db:seed | ||
``` | ||
|
||
The seed will create a default admin user with email: `[email protected]` and passwort: `adminadmin`. Please change the credentials after first login in the admin panel. | ||
The seed will create a default admin user with email: `[email protected]` and passwort: `adminadmin`. Please [change the credentials](/usage-guide.html#change-the-default-admin-user) after first login in the admin panel. | ||
|
||
### 4. Start server | ||
|
||
|
Oops, something went wrong.