-
Notifications
You must be signed in to change notification settings - Fork 23
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
Showing
2 changed files
with
3 additions
and
21 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
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 |
---|---|---|
|
@@ -23,9 +23,6 @@ Sessionizer is a tool for managing session registration for unconferences. It wa | |
git clone [email protected]:minnestar/sessionizer.git | ||
cd sessionizer | ||
|
||
# cd into /src folder | ||
cd /src | ||
|
||
# install correct ruby version | ||
asdf install ruby # OR | ||
rbenv install # OR | ||
|
@@ -75,7 +72,6 @@ bundle exec rails | |
To run the application | ||
|
||
```bash | ||
$ cd /src | ||
$ rails s | ||
``` | ||
|
||
|
@@ -91,7 +87,6 @@ scheduling algorithm. | |
Locally: | ||
|
||
``` | ||
$ cd src | ||
$ bundle exec rake app:make_believe | ||
``` | ||
|
||
|
@@ -112,18 +107,10 @@ rails spec | |
6. Set a MANDRILL_MINNESTAR_USERNAME, MANDRILL_MINNESTAR_PASSWORD - These can be omitted if this app is for testing. | ||
7. Create the first event by navigating to `/admin/events` or using the | ||
console | ||
8. Since the app is in a git subtree (src/ directory), you need to push | ||
the app to heroku like this | ||
|
||
from master | ||
|
||
``` | ||
$ git subtree push --prefix src heroku master | ||
``` | ||
8. To deploy the app to heroku: | ||
|
||
or from a specific branch with a --force | ||
``` | ||
$ git push heroku `git subtree split --prefix src THE_BRANCH_NAME`:master --force | ||
$ git push heroku master | ||
``` | ||
|
||
## Generating a schedule | ||
|
@@ -147,4 +134,4 @@ Minnestar is dedicated to providing a harassment-free experience for everyone. A | |
|
||
## License | ||
|
||
This project is open source under the MIT license. See [LICENSE](src/LICENSE.txt) for details. | ||
This project is open source under the MIT license. See [LICENSE](LICENSE.txt) for details. |