- 1, $rhc app create paste php-5.4
- 2, $rhc app create paste php-5.4 (watch out the mysql admin and password)
- 3, $rhc ssh paste
- $cd /app-root/repo
- 4, $git clone https://github.com/claudehohl/Stikked.git
- $cd Stikked/htdocs
- $mv application/ static/ system/ themes/ .htaccess favicon.ico index.php ../../ (move them to "repo" where index.php should be )
- $cd application/config
- $mv stikked.php.dist stikked.php
- 5, $env (find mysql host ip and blahblah)
- vi stikked.php and change mysql settings
- 6,rhc app-stop paste
- rhc app-start paste
- 7, got error like this
- then i set $db['default']['pconnect'] = False;
- $db['default']['db_debug'] = False;
- 8,finally,i got 404 after i click create..
- what should i do?
- (u cloud just sign up a openshift's account and it's free.)